Changeset 10057
- Timestamp:
- 08/22/2015 01:35:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/src/bp-messages/bp-messages-template.php
r9862 r10057 496 496 * @param string $value Subject of the current thread in the loop. 497 497 */ 498 return apply_filters( 'bp_get_message_thread_subject', stripslashes_deep( $messages_template->thread->last_message_subject ));498 return apply_filters( 'bp_get_message_thread_subject', $messages_template->thread->last_message_subject ); 499 499 } 500 500
Note: See TracChangeset
for help on using the changeset viewer.