#6579 closed defect (bug) (fixed)
Typo in feed-atom.php
Reported by: | peaceablewhale | Owned by: | |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | high |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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".
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [7771]) Typo fix from peaceablewhale. fixes #6579 for 2.5