Ticket #5434: 5434.patch
| File 5434.patch, 685 bytes (added by rubys, 4 years ago) |
|---|
-
wp-includes/feed-atom.php
42 42 <?php endif; ?> 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 ; ?> 47 50 </feed>
