- Timestamp:
- 05/25/2021 02:19:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r50995 r51003 130 130 '/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)', 131 131 '/wp/v2/settings', 132 '/wp/v2/templates', 133 '/wp/v2/templates/(?P<id>[\/\w-]+)', 134 '/wp/v2/templates/(?P<id>[\d]+)/autosaves', 135 '/wp/v2/templates/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)', 136 '/wp/v2/templates/(?P<parent>[\d]+)/revisions', 137 '/wp/v2/templates/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)', 132 138 '/wp/v2/themes', 133 139 '/wp/v2/themes/(?P<stylesheet>[\w-]+)',
Note: See TracChangeset
for help on using the changeset viewer.