Changeset 13897 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 06/02/2024 05:52:42 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r13878 r13897 206 206 * @param string $value Excerpt of the current thread in the loop. 207 207 */ 208 return apply_filters( 'bp_get_message_thread_excerpt', strip_tags( bp_create_excerpt( $messages_template->thread->last_message_content, 75 ) ) );208 return apply_filters( 'bp_get_message_thread_excerpt', wp_strip_all_tags( bp_create_excerpt( $messages_template->thread->last_message_content, 75 ) ) ); 209 209 } 210 210
Note: See TracChangeset
for help on using the changeset viewer.