diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index e2fdcfe0bf..153e70dc13 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -621,7 +621,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
$post_link .= get_the_title($comment->comment_post_ID) . '';
- $edit_link_start = "";
+ $edit_link_start = "";
$edit_link_end = '';
} else {
$post_link = get_the_title($comment->comment_post_ID);