Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#919 closed defect (bug) (fixed)

badly-formed date in bp-activity-sitewide-feed.php

Reported by: DJPaul Owned by: DJPaul
Priority: minor Milestone: 1.1
Component: Version:
Severity: Keywords:
Cc: djpaul@…

Description

In both of the <pubDate> sections, you have this:
'D, d M Y H:i:s +0000'

That needs to be (O for Orange):
'D, d M Y H:i:s O'

That is replace with the correct timezone offset by php date() function. Possibly this exists in the other feeds, but I haven't looked.

Change History (3)

#1 @DJPaul
17 years ago

  • Cc djpaul@… added
  • Owner set to DJPaul
  • Status newassigned

#2 @apeatling
17 years ago

  • Milestone 1.0.41.1

Milestone 1.0.4 deleted

#3 @apeatling
17 years ago

  • Resolutionfixed
  • Status assignedclosed

This is fixed in trunk.

Note: See TracTickets for help on using tickets.