Changeset 50556 for trunk/src/wp-includes/feed-atom.php
- Timestamp:
- 03/20/2021 06:28:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom.php
r47122 r50556 94 94 if ( get_comments_number() || comments_open() ) : 95 95 ?> 96 <link rel="replies" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php the_permalink_rss(); ?>#comments" thr:count="<?php echo get_comments_number(); ?>" />97 <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(); ?>" />96 <link rel="replies" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php the_permalink_rss(); ?>#comments" thr:count="<?php echo get_comments_number(); ?>" /> 97 <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(); ?>" /> 98 98 <thr:total><?php echo get_comments_number(); ?></thr:total> 99 99 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.