Make WordPress Core

Changeset 7772


Ignore:
Timestamp:
04/22/2008 09:16:42 PM (16 years ago)
Author:
ryan
Message:

Typo fix from peaceablewhale. fixes #6579 for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.