mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Add title attribute to edit comment link. see #6082
git-svn-id: https://develop.svn.wordpress.org/trunk@7355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8cc82a8540
commit
ea33e2b9c2
@ -621,7 +621,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
||||
|
||||
$post_link .= get_the_title($comment->comment_post_ID) . '</a>';
|
||||
|
||||
$edit_link_start = "<a class='row-title' href='comment.php?action=editcomment&c={$comment->comment_ID}'>";
|
||||
$edit_link_start = "<a class='row-title' href='comment.php?action=editcomment&c={$comment->comment_ID}' title='" . __('Edit comment') . "'>";
|
||||
$edit_link_end = '</a>';
|
||||
} else {
|
||||
$post_link = get_the_title($comment->comment_post_ID);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user