Changeset 22431 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 11/07/2012 07:56:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r21289 r22431 49 49 <?php do_action('atom_entry'); ?> 50 50 <link rel="replies" type="<?php bloginfo_rss('html_type'); ?>" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> 51 <link rel="replies" type="application/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom')?>" thr:count="<?php echo get_comments_number()?>"/>51 <link rel="replies" type="application/atom+xml" href="<?php echo esc_url( get_post_comments_feed_link(0, 'atom') ); ?>" thr:count="<?php echo get_comments_number()?>"/> 52 52 <thr:total><?php echo get_comments_number()?></thr:total> 53 53 </entry>
Note: See TracChangeset
for help on using the changeset viewer.