Skip to:
Content

BuddyPress.org

Changeset 1413


Ignore:
Timestamp:
04/27/2009 03:32:45 PM (16 years ago)
Author:
apeatling
Message:

Added message to tell admins to adjust their WordPress time zone to match their server time zone. Fixes "-1 year" time since problem. Fixes #692

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1408 r1413  
    912912    /* Difference in seconds */
    913913    $since = $newer_date - $older_date;
     914   
     915    if ( 0 > $since )
     916        return __( '[Adjust Time Zone]', 'buddypress' );
    914917
    915918    /**
Note: See TracChangeset for help on using the changeset viewer.