Make WordPress Core


Ignore:
Timestamp:
06/22/2021 09:58:32 AM (4 years ago)
Author:
jorgefilipecosta
Message:

Block Editor: Package updates for Beta 3.

The commit updates the WordPress packages for beta 3.

Props nosolosw, noisysocks, youknowriad.
See #53397.

File:
1 edited

Legend:

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

    r51089 r51199  
    658658add_filter( 'pre_wp_unique_post_slug', 'wp_filter_wp_template_unique_post_slug', 10, 5 );
    659659add_action( 'wp_footer', 'the_block_template_skip_link' );
     660add_action( 'setup_theme', 'wp_enable_block_templates' );
    660661
    661662unset( $filter, $action );
Note: See TracChangeset for help on using the changeset viewer.