Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2010 03:21:51 PM (16 years ago)
Author:
djpaul
Message:

Fixed #2203 again (branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-messages/bp-messages-templatetags.php

    r3260 r3299  
    292292                global $messages_template;
    293293
    294                 return apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( get_date_from_gmt( $messages_template->thread->last_message_date, 'U' ) ) );
     294                return apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( strtotime( $messages_template->thread->last_message_date ) ) );
    295295        }
    296296
Note: See TracChangeset for help on using the changeset viewer.