Changeset 13897 for trunk/src/bp-core/classes/class-bp-media-extractor.php
- Timestamp:
- 06/02/2024 05:52:42 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-media-extractor.php
r13893 r13897 933 933 */ 934 934 protected function strip_markup( $richtext ) { 935 $plaintext = strip_shortcodes( html_entity_decode( strip_tags( $richtext ) ) );935 $plaintext = strip_shortcodes( html_entity_decode( wp_strip_all_tags( $richtext ) ) ); 936 936 937 937 /**
Note: See TracChangeset
for help on using the changeset viewer.