Make WordPress Core


Ignore:
Timestamp:
03/17/2008 10:39:06 PM (18 years ago)
Author:
ryan
Message:

Add title attribute to edit comment link. see #6082

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r7354 r7355  
    622622                $post_link .= get_the_title($comment->comment_post_ID) . '</a>';
    623623                       
    624                 $edit_link_start = "<a class='row-title' href='comment.php?action=editcomment&amp;c={$comment->comment_ID}'>";
     624                $edit_link_start = "<a class='row-title' href='comment.php?action=editcomment&amp;c={$comment->comment_ID}' title='" . __('Edit comment') . "'>";
    625625                $edit_link_end = '</a>';
    626626        } else {
Note: See TracChangeset for help on using the changeset viewer.