Changeset 6278 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 10/20/2007 10:35:44 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-rss2-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r6195 r6278 7 7 xmlns:content="http://purl.org/rss/1.0/modules/content/" 8 8 xmlns:dc="http://purl.org/dc/elements/1.1/" 9 xmlns:atom="http://www.w3.org/2005/Atom" 9 10 > 10 11 <channel> … … 17 18 printf(__('Comments for %s'), get_bloginfo_rss( 'name' ) . get_wp_title_rss()); 18 19 ?></title> 20 <atom:link href="<?php bloginfo('comments_rss2_url') ?>" rel="self" type="application/rss+xml" /> 19 21 <link><?php (is_single()) ? the_permalink_rss() : bloginfo_rss("url") ?></link> 20 22 <description><?php bloginfo_rss("description") ?></description>
Note: See TracChangeset
for help on using the changeset viewer.