Typo fix from peaceablewhale. fixes #6579 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7772 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5837ef3998
commit
d9b6584881
@ -49,7 +49,7 @@ $more = 1;
|
|||||||
<?php atom_enclosure(); ?>
|
<?php atom_enclosure(); ?>
|
||||||
<?php do_action('atom_entry'); ?>
|
<?php do_action('atom_entry'); ?>
|
||||||
<link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/>
|
<link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/>
|
||||||
<link rel="replies" type="appication/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/>
|
<link rel="replies" type="application/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/>
|
||||||
<thr:total><?php echo get_comments_number()?></thr:total>
|
<thr:total><?php echo get_comments_number()?></thr:total>
|
||||||
</entry>
|
</entry>
|
||||||
<?php endwhile ; ?>
|
<?php endwhile ; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user