- Timestamp:
- 02/07/2023 11:45:18 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r55029 r55294 147 147 '/wp/v2/template-parts', 148 148 '/wp/v2/template-parts/(?P<id>[\d]+)/autosaves', 149 '/wp/v2/template-parts/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w -]+)',149 '/wp/v2/template-parts/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)', 150 150 '/wp/v2/template-parts/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)', 151 151 '/wp/v2/template-parts/(?P<parent>[\d]+)/revisions', … … 154 154 '/wp/v2/templates', 155 155 '/wp/v2/templates/(?P<id>[\d]+)/autosaves', 156 '/wp/v2/templates/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w -]+)',156 '/wp/v2/templates/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w%-]+)', 157 157 '/wp/v2/templates/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)', 158 158 '/wp/v2/templates/(?P<parent>[\d]+)/revisions',
Note: See TracChangeset
for help on using the changeset viewer.