Changeset 3177
- Timestamp:
- 08/11/2010 11:08:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-messages/bp-messages-filters.php
r2679 r3177 45 45 add_filter( 'bp_get_the_thread_message_content', 'make_clickable' ); 46 46 47 add_filter( 'bp_get_message_notice_subject', 'wpautop' );48 47 add_filter( 'bp_get_message_notice_text', 'wpautop' ); 49 add_filter( 'bp_get_message_thread_subject', 'wpautop' );50 48 add_filter( 'bp_get_the_thread_message_content', 'wpautop' ); 51 49
Note: See TracChangeset
for help on using the changeset viewer.