[wp-trac] [WordPress Trac] #6579: Typo in feed-atom.php
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 4 02:51:15 GMT 2008
#6579: Typo in feed-atom.php
----------------------------+-----------------------------------------------
Reporter: peaceablewhale | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone:
Component: General | Version: 2.5
Severity: normal | Keywords: Atom
----------------------------+-----------------------------------------------
The link to the Atom comment feed in feed-atom.php has a typo in the type
attribute.
<link rel="replies" type="appication/atom+xml" href="<?php echo
get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo
get_comments_number()?>"/>
"appication/atom+xml" is incorrect. It should be "application/atom+xml".
--
Ticket URL: <http://trac.wordpress.org/ticket/6579>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list