diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 4d87a89ac8..0243fb8285 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1824,7 +1824,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true $the_comment_status = wp_get_comment_status($comment->comment_ID); if ( current_user_can( 'edit_post', $post->ID ) ) { - $post_link = ""; + $post_link = ""; $post_link .= get_the_title($comment->comment_post_ID) . ''; } else { $post_link = get_the_title($comment->comment_post_ID); @@ -1937,8 +1937,11 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true echo "