Changeset 13897 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 06/02/2024 05:52:42 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r13890 r13897 173 173 174 174 // Try to find mentions. 175 $usernames = bp_activity_find_mentions( strip_tags( $activity->content ) );175 $usernames = bp_activity_find_mentions( wp_strip_all_tags( $activity->content ) ); 176 176 177 177 // Still empty? Stop now.
Note: See TracChangeset
for help on using the changeset viewer.