Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2010 07:33:39 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2203 and #2497. Introduces bp_core_current_time function as central handler for all time related functions. Removes unused bp_core_format_time in lieu of currently used bp_format_time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile.php

    r3058 r3142  
    485485                'item_id' => false,
    486486                'secondary_item_id' => false,
    487                 'recorded_time' => gmdate( "Y-m-d H:i:s" ),
     487                'recorded_time' => bp_core_current_time(),
    488488                'hide_sitewide' => false
    489489        );
Note: See TracChangeset for help on using the changeset viewer.