Changeset 12362
- Timestamp:
- 12/10/2009 09:13:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r12045 r12362 971 971 echo ' class="'.$css_class.'" '; 972 972 } 973 $title = esc_attr( get_the_title());973 $title = the_title_attribute( 'echo=0' ); 974 974 975 975 echo apply_filters( 'comments_popup_link_attributes', '' );
Note: See TracChangeset
for help on using the changeset viewer.