Changeset 4678 for trunk/bp-messages/bp-messages-template.php
- Timestamp:
- 07/18/2011 07:01:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-template.php
r4669 r4678 848 848 global $thread_template; 849 849 850 return apply_filters( 'bp_get_the_thread_message_time_since', sprintf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( strtotime( $thread_template->message->date_sent ) ) ) );850 return apply_filters( 'bp_get_the_thread_message_time_since', sprintf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( strtotime( $thread_template->message->date_sent ) ) ) ); 851 851 } 852 852
Note: See TracChangeset
for help on using the changeset viewer.