Make WordPress Core


Ignore:
Timestamp:
06/08/2021 08:07:15 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Package updates for 5.8 beta 1.

This includes the following fixes:

Widgets Editor:

Widget blocks in the customizer:

Global Styles:

Template Editor:

Miscellaneous:

Performance:

Props noisysocks, nosolosw, jorgefilipecosta.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r51068 r51089  
    217217add_filter( 'widget_block_content', 'do_blocks', 9 );
    218218add_filter( 'widget_block_content', 'do_shortcode', 11 );
     219
     220add_filter( 'block_type_metadata', 'wp_migrate_old_typography_shape' );
    219221
    220222add_filter( 'wp_get_custom_css', 'wp_replace_insecure_home_url' );
Note: See TracChangeset for help on using the changeset viewer.