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) ) { if ( !empty( $_POST['spam_button'] ) ) wp_set_comment_status($comment, 'spam'); else wp_set_comment_status($comment, 'delete'); ++$i; } endforeach; /* echo '

'; if ( !empty( $_POST['spam_button'] ) ) { printf(__ngettext('%s comment marked as spam.', '%s comments marked as spam.', $i), $i); } else { printf(__ngettext('%s comment deleted.', '%s comments deleted.', $i), $i); } echo '

'; */ // TODO redirect with message endif; require_once('admin-header.php'); if (empty($_GET['mode'])) $mode = 'view'; else $mode = attribute_escape($_GET['mode']); ?>

|

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


comment_post_ID); $authordata = get_userdata($post->post_author); $comment_status = wp_get_comment_status($comment->comment_ID); $class = ('alternate' == $class) ? '' : 'alternate'; $class .= ('unapproved' == $comment_status) ? ' unapproved' : ''; $post_link = '' . get_the_title($comment->comment_post_ID) . ''; $author_url = get_comment_author_url(); if ( 'http://' == $author_url ) $author_url = ''; ?>
comment_post_ID) ) { ?>
| comment_author_email) ): ?> |

comment_post_ID) ) { echo "" . __('Edit') . " | "; $url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) ); echo "" . __('Delete') . " "; } ?>

$page_links
"; ?>