Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/08/2009 10:37:01 PM (16 years ago)
Author:
apeatling
Message:

Switching back to standard date() from date_i8n() for now as it's buggy with dates prior t the 1970 epoch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire/bp-wire-templatetags.php

    r1743 r1830  
    347347}
    348348    function bp_get_wire_poster_date() {
    349         return apply_filters( 'bp_get_wire_poster_date', mysql2date( get_blog_option( BP_ROOT_BLOG, 'date_format' ), date_i18n("Y-m-d H:i:s") ) ); 
     349        return apply_filters( 'bp_get_wire_poster_date', mysql2date( get_blog_option( BP_ROOT_BLOG, 'date_format' ), date("Y-m-d H:i:s") ) );   
    350350    }
    351351
Note: See TracChangeset for help on using the changeset viewer.