get_var("SELECT comment_post_ID FROM $wpdb->comments WHERE comment_ID = $comment"); // $authordata = get_userdata( $wpdb->get_var("SELECT post_author FROM $wpdb->posts WHERE ID = $post_id") ); if ( !current_user_can('edit_post', $post_id) ) continue; if ( !empty( $_REQUEST['spamit'] ) ) { wp_set_comment_status($comment, 'spam'); $comments_spammed++; } elseif ( !empty( $_REQUEST['deleteit'] ) ) { wp_set_comment_status($comment, 'delete'); $comments_deleted++; } elseif ( !empty( $_REQUEST['approveit'] ) ) { wp_set_comment_status($comment, 'approve'); $comments_approved++; } elseif ( !empty( $_REQUEST['unapproveit'] ) ) { wp_set_comment_status($comment, 'hold'); $comments_unapproved++; } endforeach; $redirect_to = basename( __FILE__ ) . '?deleted=' . $comments_deleted . '&approved=' . $comments_approved . '&spam=' . $comments_spammed . '&unapproved=' . $comments_unapproved; if ( !empty($_REQUEST['mode']) ) $redirect_to = add_query_arg('mode', $_REQUEST['mode'], $redirect_to); if ( !empty($_REQUEST['comment_status']) ) $redirect_to = add_query_arg('comment_status', $_REQUEST['comment_status'], $redirect_to); if ( !empty($_REQUEST['s']) ) $redirect_to = add_query_arg('s', $_REQUEST['s'], $redirect_to); wp_redirect( $redirect_to ); } elseif ( !empty($_GET['_wp_http_referer']) ) { wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']))); exit; } require_once('admin-header.php'); if ( empty($_GET['mode']) ) $mode = 'detail'; else $mode = attribute_escape($_GET['mode']); if ( isset($_GET['comment_status']) ) $comment_status = attribute_escape($_GET['comment_status']); else $comment_status = ''; if ( isset($_GET['s']) ) $search_dirty = $_GET['s']; else $search_dirty = ''; $search = attribute_escape( $search_dirty ); ?> 0 || $deleted > 0 || $spam > 0 ) { echo '

'; if ( $approved > 0 ) { printf( __ngettext( '%s comment approved', '%s comments approved', $approved ), $approved ); echo '
'; } if ( $deleted > 0 ) { printf( __ngettext( '%s comment deleted', '%s comments deleted', $deleted ), $deleted ); echo '
'; } if ( $spam > 0 ) { printf( __ngettext( '%s comment marked as spam', '%s comments marked as spam', $spam ), $spam ); echo '
'; } echo '

'; } } ?>

add_query_arg( 'apage', '%#%' ), 'format' => '', 'total' => ceil($total / 20), 'current' => $page )); ?>
$page_links
"; ?>


comment_ID, $mode, $comment_status ); ?> comment_ID, $mode, $comment_status ); ?>

$page_links
"; ?>