Changeset 6369
- Timestamp:
- 12/10/2007 06:57:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r6315 r6369 43 43 <?php atom_enclosure(); ?> 44 44 <?php do_action('atom_entry'); ?> 45 <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> 46 <link rel="replies" type="appication/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/> 47 <thr:total><?php echo get_comments_number()?></thr:total> 45 48 </entry> 46 49 <?php endwhile ; ?>
Note: See TracChangeset
for help on using the changeset viewer.