Ticket #8878: 8878.4.patch
| File 8878.4.patch, 910 bytes (added by , 17 years ago) |
|---|
-
wp-includes/general-template.php
1436 1436 if ( is_single() || is_page() ) { 1437 1437 $post = &get_post( $id = 0 ); 1438 1438 if ( comments_open() || pings_open() || $post->comment_count > 0 ) 1439 echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . sprintf( $args['singletitle'], get_bloginfo('name'), $args['seperator'], get_the_title() ) . '" href="' . get_post_comments_feed_link( $post->ID ) . "\" />\n";1439 echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . sprintf( $args['singletitle'], get_bloginfo('name'), $args['seperator'], wp_specialchars( get_the_title() ) ) . '" href="' . get_post_comments_feed_link( $post->ID ) . "\" />\n"; 1440 1440 } 1441 1441 1442 1442 elseif ( is_category() ) {