Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#2663 closed defect (bug) (fixed)

RSS feed invalid

Reported by: infocynic Owned by:
Priority: normal Milestone:
Component: Template Version: 2.0.4
Severity: major Keywords: rss invalid
Cc: Focuses:

Description

Reference http://wordpress.org/support/topic/67963

The RSS feed is invalid because the tag

<wfw:commentRSS>

is invalid and should be

<wfw:commentRss>

An edit to line 50 of wp-rss2.php fixes the problem nicely.

I've marked this as major since some readers will not accept any invalid feed.

Change History (6)

#2 @Nazgul
20 years ago

  • Resolutionfixed
  • Status newclosed

Fixed in changeset 3866.

#3 @markjaquith
20 years ago

  • Resolution fixed
  • Status closedreopened

#4 @markjaquith
20 years ago

  • Milestone 2.12.0.5
  • Version 2.0.22.0.4

#5 @markjaquith
20 years ago

  • Resolutionfixed
  • Status reopenedclosed

(In [4281]) Frickity frack, and all that jazz. fixes #2663

#6 @(none)
20 years ago

  • Milestone 2.0.5

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.