diff --git a/wp-admin/comment.php b/wp-admin/comment.php index f5eb56103d..37fc4fc98d 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -149,8 +149,9 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved $message = __('This comment is currently in the Trash.'); break; } - if ( $message ) - echo '
' . $message . '
' . $message . '
@@ -186,7 +187,6 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved echo $post_link; if ( $comment->comment_parent ) { - $comment_url = esc_url( get_comment_link( $comment->comment_ID ) ); $parent = get_comment( $comment->comment_parent ); $parent_link = esc_url( get_comment_link( $comment->comment_parent ) ); $name = get_comment_author( $parent->comment_ID ); @@ -200,7 +200,8 @@ if ( $comment->comment_approved != '0' ) { // if not unapproved