Changeset 12587 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 12/30/2009 05:05:02 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-atom-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r11323 r12587 37 37 <id><?php echo get_search_comments_feed_link('', 'atom'); ?></id> 38 38 <?php } else { ?> 39 <link rel="alternate" type="<?php bloginfo_rss('html_type'); ?>" href="<?php bloginfo_rss(' home'); ?>" />39 <link rel="alternate" type="<?php bloginfo_rss('html_type'); ?>" href="<?php bloginfo_rss('url'); ?>" /> 40 40 <link rel="self" type="application/atom+xml" href="<?php bloginfo_rss('comments_atom_url'); ?>" /> 41 41 <id><?php bloginfo_rss('comments_atom_url'); ?></id>
Note: See TracChangeset
for help on using the changeset viewer.