Opened 3 years ago
Last modified 2 years ago
#14363 new defect (bug)
Atom feed is broken when WordPress is served as application/xhtml+xml
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Feeds | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | tom@… |
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)
Change History (6)
comment:1
peaceablewhale — 3 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?
comment:3
peaceablewhale — 2 years ago
- Keywords reporter-feedback removed
Content type xhtml, but the content is html.
peaceablewhale — 2 years ago
comment:4
peaceablewhale — 2 years ago
Patch updated to fix a conflict
Note: See
TracTickets for help on using
tickets.

Patch updated to resolve conflict in deprecated.php.