Opened 15 years ago
Last modified 6 years ago
#14363 new defect (bug)
Atom feed is broken when WordPress is served as application/xhtml+xml
| Reported by: |
|
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)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Patch updated to resolve conflict in deprecated.php.