Changeset 54278 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/21/2022 03:04:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r54248 r54278 229 229 add_filter( 'widget_block_content', 'do_blocks', 9 ); 230 230 add_filter( 'widget_block_content', 'wp_filter_content_tags' ); 231 add_filter( 'widget_block_content', ' apply_shortcodes', 11 );231 add_filter( 'widget_block_content', 'do_shortcode', 11 ); 232 232 233 233 add_filter( 'block_type_metadata', 'wp_migrate_old_typography_shape' ); … … 606 606 607 607 // Shortcodes. 608 add_filter( 'the_content', ' apply_shortcodes', 11 ); // AFTER wpautop().608 add_filter( 'the_content', 'do_shortcode', 11 ); // AFTER wpautop(). 609 609 610 610 // Media.
Note: See TracChangeset
for help on using the changeset viewer.