Make WordPress Core


Ignore:
Timestamp:
11/09/2021 02:15:23 AM (3 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/tests/phpunit/tests/rest-api/rest-schema-setup.php

    r52062 r52069  
    155155            '/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)',
    156156            '/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/encode',
     157            '/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/render',
    157158            '/wp/v2/widgets',
    158159            '/wp/v2/widgets/(?P<id>[\w\-]+)',
     160            '/wp/v2/navigation',
     161            '/wp/v2/navigation/(?P<id>[\d]+)',
     162            '/wp/v2/navigation/(?P<id>[\d]+)/autosaves',
     163            '/wp/v2/navigation/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)',
     164            '/wp/v2/navigation/(?P<parent>[\d]+)/revisions',
     165            '/wp/v2/navigation/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)',
    159166            '/wp-site-health/v1',
    160167            '/wp-site-health/v1/tests/background-updates',
Note: See TracChangeset for help on using the changeset viewer.