Changeset 3873
- Timestamp:
- 06/15/06 07:31:28 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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>';
