Changeset 3993
- Timestamp:
- 07/06/2006 02:24:48 AM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/comment-functions.php
r3903 r3993 317 317 } 318 318 $title = wp_specialchars(apply_filters('the_title', get_the_title())); 319 echo ' title="' . sprintf( __('Comment on %s'), $title) .'">';319 echo ' title="' . sprintf( __('Comment on %s'), wp_specialchars($title, 'double') ) .'">'; 320 320 comments_number($zero, $one, $more, $number); 321 321 echo '</a>';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)