Changeset 7244 for trunk/wp-includes/feed-rss2.php
- Timestamp:
- 03/11/08 18:18:22 (6 months ago)
- Files:
-
- trunk/wp-includes/feed-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed-rss2.php
r6517 r7244 22 22 <channel> 23 23 <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title> 24 <atom:link href="<?php bloginfo('rss2_url')?>" rel="self" type="application/rss+xml" />24 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 25 25 <link><?php bloginfo_rss('url') ?></link> 26 26 <description><?php bloginfo_rss("description") ?></description>
