Changeset 3995
- Timestamp:
- 07/06/06 02:28:34 (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
r3902 r3995 351 351 echo ' class="'.$CSSclass.'"'; 352 352 } 353 $title = wp_specialchars(apply_filters('the_title', get_the_title()) );353 $title = wp_specialchars(apply_filters('the_title', get_the_title()), true); 354 354 echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 355 355 comments_number($zero, $one, $more, $number);
