Make WordPress Core

Opened 14 years ago

Last modified 5 years ago

#14363 new defect (bug)

Atom feed is broken when WordPress is served as application/xhtml+xml

Reported by: peaceablewhale's profile peaceablewhale Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Feeds Keywords: has-patch needs-refresh
Focuses: Cc:

Description

Atom feed is broken when WordPress is served as application/xhtml+xml because of the difference in html_type_rss().

The patch attached also deprecates the_excerpt_rss() with a new function called 'the_excerpt_feed'.

Attachments (1)

14363.patch (7.0 KB) - added by peaceablewhale 13 years ago.

Download all attachments as: .zip

Change History (8)

#1 @peaceablewhale
14 years ago

Patch updated to resolve conflict in deprecated.php.

#2 @westi
14 years ago

  • Keywords reporter-feedback added
  • Milestone changed from Awaiting Review to Future Release
  • Severity changed from major to normal

What is the error reported when validating the feed in this case?

#3 @peaceablewhale
13 years ago

  • Keywords reporter-feedback removed

Content type xhtml, but the content is html.

#4 @peaceablewhale
13 years ago

Patch updated to fix a conflict

#5 @holizz
13 years ago

  • Cc tom@… added

#7 @chriscct7
9 years ago

  • Keywords needs-refresh added
Note: See TracTickets for help on using tickets.