Changeset 10056 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 08/22/2015 01:31:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r10038 r10056 504 504 * @param string $value Subject of the current thread in the loop. 505 505 */ 506 return apply_filters( 'bp_get_message_thread_subject', stripslashes_deep( $messages_template->thread->last_message_subject ));506 return apply_filters( 'bp_get_message_thread_subject', $messages_template->thread->last_message_subject ); 507 507 } 508 508
Note: See TracChangeset
for help on using the changeset viewer.