Changeset 11109 for trunk/wp-includes/comment-template.php
- Timestamp:
- 04/28/2009 05:58:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11060 r11109 946 946 echo ' class="'.$css_class.'" '; 947 947 } 948 $title = attr ibute_escape( get_the_title() );948 $title = 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.