Changeset 7244 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 03/11/08 18:18:22 (10 months ago)
- Files:
-
- trunk/wp-includes/feed-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed-atom.php
r6493 r7244 26 26 <link rel="alternate" type="text/html" href="<?php bloginfo_rss('home') ?>" /> 27 27 <id><?php bloginfo('atom_url'); ?></id> 28 <link rel="self" type="application/atom+xml" href="<?php bloginfo('atom_url'); ?>" />28 <link rel="self" type="application/atom+xml" href="<?php self_link(); ?>" /> 29 29 30 30 <?php do_action('atom_head'); ?>
