- Timestamp:
- 06/02/2024 05:52:42 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/ajax.php
r13878 r13897 503 503 $thread->thread = array( 504 504 'id' => bp_get_the_thread_id(), 505 'subject' => strip_tags( bp_get_the_thread_subject() ),505 'subject' => wp_strip_all_tags( bp_get_the_thread_subject() ), 506 506 ); 507 507
Note: See TracChangeset
for help on using the changeset viewer.