Show
Ignore:
Timestamp:
04/22/08 21:16:42 (7 months ago)
Author:
ryan
Message:

Typo fix from peaceablewhale. fixes #6579 for trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/feed-atom.php

    r7244 r7772  
    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>