Changeset 3118
- Timestamp:
- 11/16/2005 11:59:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3115 r3118 308 308 echo ' class="'.$CSSclass.'"'; 309 309 } 310 echo ' title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">';310 echo ' title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">'; 311 311 comments_number($zero, $one, $more, $number); 312 312 echo '</a>';
Note: See TracChangeset
for help on using the changeset viewer.