Changeset 5752 for trunk/wp-includes/comment-template.php
- Timestamp:
- 06/25/2007 05:48:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r5708 r5752 365 365 echo ' class="'.$CSSclass.'"'; 366 366 } 367 $title = attribute_escape( apply_filters('the_title', get_the_title()));367 $title = attribute_escape(get_the_title()); 368 368 echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 369 369 comments_number($zero, $one, $more, $number);
Note: See TracChangeset
for help on using the changeset viewer.