Changeset 3145 for branches/1.2/bp-messages/bp-messages-templatetags.php
- Timestamp:
- 07/22/2010 11:09:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-messages/bp-messages-templatetags.php
r3134 r3145 273 273 global $messages_template; 274 274 275 return apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( strtotime( $messages_template->thread->last_message_date) ) );275 return apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( get_date_from_gmt( $messages_template->thread->last_message_date, 'U' ) ) ); 276 276 } 277 277 … … 457 457 return false; 458 458 459 $closed_notices = get_user meta( $userdata->ID, 'closed_notices');459 $closed_notices = get_user_meta( $userdata->ID, 'closed_notices', true ); 460 460 461 461 if ( !$closed_notices )
Note: See TracChangeset
for help on using the changeset viewer.