Changeset 6278
- Timestamp:
- 10/20/2007 10:35:44 AM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
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> -
trunk/wp-includes/feed-rss2.php
r6195 r6278 10 10 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 11 11 xmlns:dc="http://purl.org/dc/elements/1.1/" 12 xmlns:atom="http://www.w3.org/2005/Atom" 12 13 <?php do_action('rss2_ns'); ?> 13 14 > … … 15 16 <channel> 16 17 <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title> 18 <atom:link href="<?php bloginfo('rss2_url') ?>" rel="self" type="application/rss+xml" /> 17 19 <link><?php bloginfo_rss('url') ?></link> 18 20 <description><?php bloginfo_rss("description") ?></description>
Note: See TracChangeset
for help on using the changeset viewer.