Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6579 closed defect (bug) (fixed)

Typo in feed-atom.php

Reported by: peaceablewhale's profile 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)

6579.patch (787 bytes) - added by spirit55555 16 years ago.

Download all attachments as: .zip

Change History (5)

#1 @peaceablewhale
16 years ago

  • Keywords Typo added
  • Milestone set to 2.5.1

#2 @Viper007Bond
16 years ago

  • Keywords has-patch commit added; Atom Typo removed

@spirit55555
16 years ago

#3 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7771]) Typo fix from peaceablewhale. fixes #6579 for 2.5

#4 @ryan
16 years ago

(In [7772]) Typo fix from peaceablewhale. fixes #6579 for trunk

Note: See TracTickets for help on using tickets.