Make WordPress Core

Changeset 7771


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

Typo fix from peaceablewhale. fixes #6579 for 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-includes/feed-atom.php

    r7244 r7771  
    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.