Changeset 43884 for branches/5.0/src/wp-includes/formatting.php
- Timestamp:
- 11/12/2018 02:26:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/formatting.php
r43879 r43884 3372 3372 3373 3373 $text = strip_shortcodes( $text ); 3374 $text = strip_dynamic_blocks( $text );3374 $text = excerpt_remove_blocks( $text ); 3375 3375 3376 3376 /** This filter is documented in wp-includes/post-template.php */
Note: See TracChangeset
for help on using the changeset viewer.