Changeset 3065 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 11/14/2005 03:06:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3055 r3065 282 282 echo ' class="'.$CSSclass.'"'; 283 283 } 284 echo ' >';284 echo 'title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">'; 285 285 comments_number($zero, $one, $more, $number); 286 286 echo '</a>';
Note: See TracChangeset
for help on using the changeset viewer.