Ticket #15046: feed_links_extra_the_title_attribute.1.patch
| File feed_links_extra_the_title_attribute.1.patch, 703 bytes (added by drzraf, 3 years ago) |
|---|
-
wp-includes/general-template.php
1631 1631 $post = &get_post( $id = 0 ); 1632 1632 1633 1633 if ( comments_open() || pings_open() || $post->comment_count > 0 ) { 1634 $title = esc_attr(sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], esc_html( get_the_title() ) ));1634 $title = esc_attr(sprintf( $args['singletitle'], get_bloginfo('name'), $args['separator'], esc_html( the_title_attribute( 'echo=0' ) ) )); 1635 1635 $href = get_post_comments_feed_link( $post->ID ); 1636 1636 } 1637 1637 } elseif ( is_category() ) {
