X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..88550bc3400cc7c035ff590ecb007c7938041ded:/wp-admin/comment.php diff --git a/wp-admin/comment.php b/wp-admin/comment.php index d4d37ee2..1c46b0a9 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -56,7 +56,7 @@ case 'editcomment' : get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Comments' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_script('comment'); @@ -111,7 +111,7 @@ case 'spam' : $nonce_action .= $comment_id; ?> -
+
@@ -174,14 +174,14 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved - + comment_content; ?>

-
+ @@ -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