From ea33e2b9c258cf1d42334cb4d708db342e267c38 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 17 Mar 2008 22:39:06 +0000 Subject: [PATCH] Add title attribute to edit comment link. see #6082 git-svn-id: https://develop.svn.wordpress.org/trunk@7355 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);