Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:52:42 PM (10 months ago)
Author:
espellcaste
Message:

Use wp_strip_all_tags instead of strip_tags.

Props imath
Closes https://github.com/buddypress/buddypress/pull/306
See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r13890 r13897  
    173173
    174174    // 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 ) );
    176176
    177177    // Still empty? Stop now.
Note: See TracChangeset for help on using the changeset viewer.