[buddypress-trac] [BuddyPress] #4573: bp-activity is off by 5 Hours
buddypress-trac
noreply at wordpress.org
Sun Jun 23 22:36:10 UTC 2013
#4573: bp-activity is off by 5 Hours
--------------------------+------------------------------
Reporter: mgkoller | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Activity | Version: 1.6.1
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by trishasalas):
This can be fixed using this block of code at line 1300 in bp-activity-
admin.php
{{{
printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>', 'buddypress'
), bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' .
$item['id'] . '/', get_date_from_gmt( $item['date_recorded'], 'F j, Y' ),
get_date_from_gmt( $item['date_recorded'], 'g:i a' ) );
}}}
Tested in WordPress 3.6 beta 3, Twenty Thirteen Theme, BuddyPress 1.8 beta
1
I'll submit a patch later tonight or early tomorrow.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4573#comment:18>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list