Changeset 3873 for branches/2.0/wp-includes/comment-functions.php
- Timestamp:
- 06/15/2006 07:31:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/comment-functions.php
r3771 r3873 329 329 echo ' class="'.$CSSclass.'"'; 330 330 } 331 echo ' title="' . sprintf( __('Comment on %s'), $post->post_title ) .'">'; 331 $title = wp_specialchars(apply_filters('the_title', get_the_title())); 332 echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 332 333 comments_number($zero, $one, $more, $number); 333 334 echo '</a>';
Note: See TracChangeset
for help on using the changeset viewer.