Changeset 3995 for trunk/wp-includes/comment-template.php
- Timestamp:
- 07/06/2006 02:28:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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);
Note: See TracChangeset
for help on using the changeset viewer.