Changeset 7772
- Timestamp:
- 04/22/2008 09:16:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r7244 r7772 50 50 <?php do_action('atom_entry'); ?> 51 51 <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> 52 <link rel="replies" type="app ication/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/>52 <link rel="replies" type="application/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/> 53 53 <thr:total><?php echo get_comments_number()?></thr:total> 54 54 </entry>
Note: See TracChangeset
for help on using the changeset viewer.