Opened 4 years ago
Closed 4 years ago
#10016 closed defect (bug) (fixed)
<wfw:commentRss> may not return an RSS 2 feed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Feeds | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
When the default feed format is not RSS 2, the <wfw:commentRss> elements in the RSS 2 feed will contain links pointing to comment feeds in a different feed format. This behavior is unexpected for some applications which always look for a RSS 2 feed.
Attachments (1)
Change History (10)
peaceablewhale — 4 years ago
- Milestone changed from 2.8 to 2.9
punting per IRC discussion
comment:3
peaceablewhale — 4 years ago
- Milestone changed from 2.9 to 2.8
This is not related to #5802. The feed format can be changed by a plugin. If the format is Atom, wfw:commentRss will return the Atom comment feed link because the feed format is not specified. That patch fixes to format to "rss2".
By the way, how may I join the IRC discussion?
- Milestone changed from 2.8 to 2.9
irc.freenode.net, channel wordpress-dev
punting back to 2.9. only critical bugs should remain in 2.8.
comment:5
peaceablewhale — 4 years ago
Thanks. I finally noticed the blog post saying that only blockers should remain: http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/
Unfortunately it is difficult to for me to join the IRC... 21:00 UTC is the time I am sleeping. (I am in Hong Kong, the timezone is UTC+8) I hope that discussion of bugs will remain in Trac.
comment:6
peaceablewhale — 4 years ago
- Milestone changed from 2.9 to 2.8.1
Can this be patched in 2.8.1? I think this is a simple quick fix.
- Keywords commit added

itching to close this as a dup of #5802