diff --git a/wp-admin/comment.php b/wp-admin/comment.php index ed77bf6c4..e408b1225 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -77,6 +77,8 @@ case 'approve' : case 'trash' : case 'spam' : + $title = __('Moderate Comment'); + $comment_id = absint( $_GET['c'] ); if ( !$comment = get_comment_to_edit( $comment_id ) ) { @@ -107,7 +109,7 @@ case 'spam' :
-

+