Make WordPress Core


Ignore:
Timestamp:
11/09/2021 02:15:23 AM (4 years ago)
Author:
noisysocks
Message:

Add Site Editor and PHP changes from Gutenberg 10.1 - 11.9

  • First pass at adding the site editor from the Gutenberg plugin to wp-admin/site-editor.php.
  • Adds miscellaneous PHP changes from Gutenberg 10.1 - 11.9.

Follows [52042].
See #54337.
Props youknowriad, aristath, hellofromtonya, gziolo.

File:
1 edited

Legend:

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

    r52054 r52069  
    318318require ABSPATH . WPINC . '/block-supports/colors.php';
    319319require ABSPATH . WPINC . '/block-supports/custom-classname.php';
     320require ABSPATH . WPINC . '/block-supports/dimensions.php';
    320321require ABSPATH . WPINC . '/block-supports/duotone.php';
    321322require ABSPATH . WPINC . '/block-supports/elements.php';
Note: See TracChangeset for help on using the changeset viewer.