Ticket #6579 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Typo in feed-atom.php

Reported by: peaceablewhale Assigned to: anonymous
Priority: high Milestone: 2.5.1
Component: General Version: 2.5
Severity: normal Keywords: has-patch commit
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

6579.patch (0.8 kB) - added by spirit55555 on 04/15/08 17:17:27.

Change History

04/04/08 03:00:42 changed by peaceablewhale

  • keywords changed from Atom to Atom, Typo.
  • milestone set to 2.5.1.

04/04/08 03:02:16 changed by Viper007Bond

  • keywords changed from Atom, Typo to has-patch commit.

04/15/08 17:17:27 changed by spirit55555

  • attachment 6579.patch added.

04/22/08 21:16:25 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

04/22/08 21:16:42 changed by ryan

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