Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:33:02 PM (5 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress Packages to the latest version.

This includes the packages that match the Gutenberg 9.2 Release.
It is going to be the last block-editor features update for WordPress 5.6.
It also updates the block-supports code base to the latest APIs.

Props isabel_brison, noisysocks, desrosj.
Fixes #51570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r49154 r49226  
    293293require ABSPATH . WPINC . '/blocks/index.php';
    294294require ABSPATH . WPINC . '/block-patterns.php';
    295 require ABSPATH . WPINC . '/block-supports/index.php';
     295require ABSPATH . WPINC . '/class-wp-block-supports.php';
     296require ABSPATH . WPINC . '/block-supports/align.php';
     297require ABSPATH . WPINC . '/block-supports/colors.php';
     298require ABSPATH . WPINC . '/block-supports/custom-classname.php';
     299require ABSPATH . WPINC . '/block-supports/generated-classname.php';
     300require ABSPATH . WPINC . '/block-supports/typography.php';
    296301
    297302$GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset for help on using the changeset viewer.