Ticket #6579: 6579.patch

File 6579.patch, 0.8 kB (added by spirit55555, 6 months ago)
  • feed-atom.php

    old new  
    4949<?php atom_enclosure(); ?> 
    5050<?php do_action('atom_entry'); ?> 
    5151                <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/> 
    52                 <link rel="replies" type="appication/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()?>"/> 
    5353                <thr:total><?php echo get_comments_number()?></thr:total> 
    5454        </entry> 
    5555        <?php endwhile ; ?>