Ticket #6579: 6579.patch
| File 6579.patch, 0.8 kB (added by spirit55555, 6 months ago) |
|---|
-
feed-atom.php
old new 49 49 <?php atom_enclosure(); ?> 50 50 <?php do_action('atom_entry'); ?> 51 51 <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> 52 <link rel="replies" type="app ication/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/>52 <link rel="replies" type="application/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/> 53 53 <thr:total><?php echo get_comments_number()?></thr:total> 54 54 </entry> 55 55 <?php endwhile ; ?>
