--- a/wp/wp-includes/feed-atom.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/feed-atom.php Wed Sep 21 18:19:35 2022 +0200
@@ -93,8 +93,8 @@
if ( get_comments_number() || comments_open() ) :
?>
- <link rel="replies" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php the_permalink_rss(); ?>#comments" thr:count="<?php echo get_comments_number(); ?>"/>
- <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(); ?>"/>
+ <link rel="replies" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php the_permalink_rss(); ?>#comments" thr:count="<?php echo get_comments_number(); ?>" />
+ <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(); ?>" />
<thr:total><?php echo get_comments_number(); ?></thr:total>
<?php endif; ?>
</entry>