Changeset 13510 for trunk/src/bp-messages/bp-messages-filters.php
- Timestamp:
- 07/02/2023 06:55:15 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-filters.php
r12757 r13510 78 78 add_filter( 'bp_get_message_thread_content', 'stripslashes_deep', 1 ); 79 79 80 add_filter( 'bp_get_the_thread_subject', 'wp_staticize_emoji', 12 ); 81 add_filter( 'bp_get_message_thread_subject', 'wp_staticize_emoji', 12 ); 82 add_filter( 'bp_get_message_thread_excerpt', 'wp_staticize_emoji', 12 ); 83 add_filter( 'bp_get_the_thread_message_content', 'wp_staticize_emoji', 12 ); 84 add_filter( 'bp_get_message_thread_content', 'wp_staticize_emoji', 12 ); 85 80 86 add_filter( 'bp_get_the_thread_message_content', 'bp_core_add_loading_lazy_attribute' ); 81 87
Note: See TracChangeset
for help on using the changeset viewer.