You are here

function theme_spam_comment_admin_overview in Spam 5.3

Re-use function from comment module.

File

modules/spam_comment.inc, line 373

Code

function theme_spam_comment_admin_overview($form) {
  return theme_comment_admin_overview($form);
}