Changeset 4656 for trunk/wp-includes/comment-template.php
- Timestamp:
- 12/21/06 10:10:04 (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
r4568 r4656 354 354 echo ' class="'.$CSSclass.'"'; 355 355 } 356 $title = wp_specialchars(apply_filters('the_title', get_the_title()), true);356 $title = attribute_escape(apply_filters('the_title', get_the_title())); 357 357 echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 358 358 comments_number($zero, $one, $more, $number);
