Changeset 11204 for trunk/wp-includes/comment-template.php
- Timestamp:
- 05/05/2009 07:43:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11109 r11204 946 946 echo ' class="'.$css_class.'" '; 947 947 } 948 $title = attr( get_the_title() );948 $title = esc_attr( get_the_title() ); 949 949 950 950 echo apply_filters( 'comments_popup_link_attributes', '' );
Note: See TracChangeset
for help on using the changeset viewer.