X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f:/wp-admin/comment.php diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 30c8d6d8..1c46b0a9 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -111,7 +111,7 @@ case 'spam' : $nonce_action .= $comment_id; ?> -
+
@@ -181,7 +181,7 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved

-
+ @@ -191,9 +191,9 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved
- - - + + +
@@ -266,7 +266,6 @@ case 'unapprovecomment' : wp_redirect( $redir ); die; - break; case 'editedcomment' : @@ -291,11 +290,9 @@ case 'editedcomment' : wp_redirect( $location ); exit(); - break; default: wp_die( __('Unknown action.') ); - break; } // end switch