#4643 closed defect (bug) (fixed)
RDF feeds contain invalid tags, "category".
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | lowest |
Severity: | normal | Version: | 2.2.1 |
Component: | General | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
RSS1.0 feeds contain invalid tags, "category".
For example, a RSS1.0 feed includes following.
<dc:subject><![CDATA[SomeCategory]]></dc:subject> <category><![CDATA[SomeCategory]]></category>
Attachments (1)
Change History (9)
#1
@
18 years ago
- Resolution set to invalid
- Status changed from new to closed
You would be correct if we'd be generating RSS 1.0 feeds, but we're generating RSS 0.92 feeds, which do allow <category> tags.
#2
@
18 years ago
But, this function is called with an argument "rdf" from "wp-include/wp-rdf.php" to generate RSS1.0 feed.
I think it is a problem.
In case of generation of RSS0.92 feed,
get_the_category_rss("rss") is called to generate "category" tags.
So, I think, my change does not change the generation of RSS 0.92 feeds.
Note: See
TracTickets for help on using
tickets.
A patch to "wp-includes/feed.php"