Changeset 26975
- Timestamp:
- 01/17/2014 09:52:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r26933 r26975 1703 1703 1704 1704 if ( comments_open() || pings_open() || $post->comment_count > 0 ) { 1705 $title = sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], esc_html( get_the_title() ) );1705 $title = sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], the_title_attribute( array( 'echo' => false ) ) ); 1706 1706 $href = get_post_comments_feed_link( $post->ID ); 1707 1707 }
Note: See TracChangeset
for help on using the changeset viewer.