Changeset 3874
- Timestamp:
- 06/15/06 07:32:06 (2 years ago)
- Files:
-
- trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-template.php
r3730 r3874 367 367 echo ' class="'.$CSSclass.'"'; 368 368 } 369 echo ' title="' . sprintf( __('Comment on %s'), $post->post_title ) .'">'; 369 $title = wp_specialchars(apply_filters('the_title', get_the_title())); 370 echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 370 371 comments_number($zero, $one, $more, $number); 371 372 echo '</a>';
