#2961 closed defect (bug) (fixed)
<pubDate> shouldn't be translated in `bbp_display_topics_feed_rss2`
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | API - Feeds | Keywords: | has-patch |
Cc: | damturbo@… |
Description
One of the calls to mysql2date
is missing the translate parameter to prevent localization of the <pubDate> tag per RFC 822.
Attachments (1)
Change History (5)
#2
@
8 years ago
- Cc damturbo@… added
- Priority changed from normal to high
- Resolution fixed deleted
- Severity changed from normal to major
- Status changed from closed to reopened
The bug is again there, please add the patch to next version. Thanks
#3
@
8 years ago
- Priority changed from high to normal
- Resolution set to fixed
- Severity changed from major to normal
- Status changed from reopened to closed
The fix here in this ticket is for bbPress 2.6 and is fixed for 2.6.
It won't be released in the 2.5.x branch.
p.s. Please don't reopen this ticket or change the keywords associated to this ticket, comments can be added without changing the ticket status :)
Note: See
TracTickets for help on using
tickets.
In r6059:
API Feeds: RSS <pubDate> element in bbp_display_topics_feed_rss2() shouldn't be translated.
This changeset brings this RSS <pubDate> element inline with other instances in bbPress feeds.
Props thebrandonallen.
Fixes #2961.