Skip to:
Content

BuddyPress.org

Ticket #1086: 1086-1.patch

File 1086-1.patch, 500 bytes (added by boonebgorges, 13 years ago)
  • bp-core/bp-core-templatetags.php

     
    829829        $time_offset = $time + ( $root_blog_offset * 3600 );
    830830
    831831        // Current date (January 1, 2010)
    832         $date = date_i18n( 'F j, Y ', $time_offset );
     832        $date = date_i18n( get_option( 'date_format' ), $time_offset );
    833833
    834834        // Should we show the time also?
    835835        if ( !$just_date ) {