Changeset 10467 for trunk/wp-includes/general-template.php
- Timestamp:
- 01/30/2009 01:50:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r10411 r10467 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
Note: See TracChangeset
for help on using the changeset viewer.