Changeset 51207
- Timestamp:
- 06/22/2021 09:22:27 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r51199 r51207 216 216 217 217 add_filter( 'widget_block_content', 'do_blocks', 9 ); 218 add_filter( 'widget_block_content', 'wp_filter_content_tags' ); 218 219 add_filter( 'widget_block_content', 'do_shortcode', 11 ); 219 220 -
trunk/tests/phpunit/tests/media.php
r50682 r51207 3023 3023 /** 3024 3024 * @ticket 50425 3025 * @ticket 53463 3025 3026 * @dataProvider data_wp_lazy_loading_enabled_context_defaults 3026 3027 * … … 3042 3043 'the_excerpt => true' => array( 'the_excerpt', true ), 3043 3044 'widget_text_content => true' => array( 'widget_text_content', true ), 3045 'widget_block_content => true' => array( 'widget_block_content', true ), 3044 3046 'get_avatar => true' => array( 'get_avatar', true ), 3045 3047 'arbitrary context => true' => array( 'something_completely_arbitrary', true ),
Note: See TracChangeset
for help on using the changeset viewer.