Make WordPress Core


Ignore:
Timestamp:
11/14/2005 03:06:52 AM (20 years ago)
Author:
matt
Message:

More accessible comment links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-functions.php

    r3055 r3065  
    282282            echo ' class="'.$CSSclass.'"';
    283283        }
    284         echo '>';
     284        echo 'title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">';
    285285        comments_number($zero, $one, $more, $number);
    286286        echo '</a>';
Note: See TracChangeset for help on using the changeset viewer.