'.__('These are the latest comments identified as spam by Akismet. If you see any mistakes, simply mark the comment as "not spam" and Akismet will learn from the submission. If you wish to recover a comment from spam, simply select the comment, and click Not Spam. After 15 days we clean out the junk for you.').''; ?>
escape($_POST['s']);
$comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE
(comment_author LIKE '%$s%' OR
comment_author_email LIKE '%$s%' OR
comment_author_url LIKE ('%$s%') OR
comment_author_IP LIKE ('%$s%') OR
comment_content LIKE ('%$s%') ) AND
comment_approved = 'spam'
ORDER BY comment_date DESC");
} else {
if ( isset( $_GET['apage'] ) )
$page = (int) $_GET['apage'];
else
$page = 1;
if ( $page < 2 )
$page = 1;
$current_type = false;
if ( isset( $_GET['ctype'] ) )
$current_type = preg_replace( '|[^a-z]|', '', $_GET['ctype'] );
$comments = akismet_spam_comments( $current_type, $page );
$total = akismet_spam_count( $current_type );
$totals = akismet_spam_totals();
?>
- >
$type_count ) {
if ( 'comment' == $type ) {
$type = 'comments';
$show = __('Comments');
} else {
$show = ucwords( $type );
}
$type_count = number_format_i18n( $type_count );
$extra = $current_type === $type ? ' class="active"' : '';
echo "- $show ($type_count)
";
}
do_action( 'akismet_tabs' ); // so plugins can add more tabs easily
?>
50 ) {
$total_pages = ceil( $total / 50 );
$r = '';
if ( 1 < $page ) {
$args['apage'] = ( 1 == $page - 1 ) ? '' : $page - 1;
$r .= '
'. __('« Previous Page') .'' . "\n";
}
if ( ( $total_pages = ceil( $total / 50 ) ) > 1 ) {
for ( $page_num = 1; $page_num <= $total_pages; $page_num++ ) :
if ( $page == $page_num ) :
$r .= "
$page_num\n";
else :
$p = false;
if ( $page_num < 3 || ( $page_num >= $page - 3 && $page_num <= $page + 3 ) || $page_num > $total_pages - 3 ) :
$args['apage'] = ( 1 == $page_num ) ? '' : $page_num;
$r .= '
' . ( $page_num ) . "\n";
$in = true;
elseif ( $in == true ) :
$r .= "...\n";
$in = false;
endif;
endif;
endfor;
}
if ( ( $page ) * 50 < $total || -1 == $total ) {
$args['apage'] = $page + 1;
$r .= '
'. __('Next Page »') .'' . "\n";
}
echo "
$r
";
?>
" . __('Recheck Queue for Spam') . "";
$page = str_replace( '