Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#919 closed defect (bug) (fixed)

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

Reported by: djpaul's profile DJPaul Owned by: djpaul's profile DJPaul
Milestone: 1.1 Priority: minor
Severity: Version:
Component: 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
15 years ago

  • Cc djpaul@… added
  • Owner set to DJPaul
  • Status changed from new to assigned

#2 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

#3 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

This is fixed in trunk.

Note: See TracTickets for help on using tickets.