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-groups.php

    r3129 r3142  
    13431343                'item_id' => false,
    13441344                'secondary_item_id' => false,
    1345                 'recorded_time' => gmdate( "Y-m-d H:i:s" ),
     1345                'recorded_time' => bp_core_current_time(),
    13461346                'hide_sitewide' => $hide_sitewide
    13471347        );
Note: See TracChangeset for help on using the changeset viewer.