You are here

function theme_spam_content_comment_admin_overview in Spam 6

Re-use function from comment module.

File

content/spam_content_comment.inc, line 391
Include file for integration with comments.

Code

function theme_spam_content_comment_admin_overview($form) {
  return theme('comment_admin_overview', $form);
}