Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4310, comment 27


Ignore:
Timestamp:
06/24/2014 03:33:03 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4310, comment 27

    initial v1  
    55In `01.patch`, I've added a new parameter to `bp_core_current_time()` so we can use the UNIX timestamp instead of the MySQL date and changed bp_core_time_since() to use this parameter and removed the `strtotime()` usage.
    66
    7 Untested, but let me know if this works for you, tonyhawkins or frank13.
     7Untested, but let me know if this works for you, tonyhawkins or frank13.  I want to try this before moving towards the `gmmktime()` approach.