- Timestamp:
- 02/07/2023 11:45:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r54817 r55294 106 106 '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', 107 107 // Matches the template name. 108 '[\/\w -]+'108 '[\/\w%-]+' 109 109 ), 110 110 array( … … 835 835 'required' => true, 836 836 'minLength' => 1, 837 'pattern' => '[a-zA-Z0-9_\ -]+',837 'pattern' => '[a-zA-Z0-9_\%-]+', 838 838 ), 839 839 'theme' => array(
Note: See TracChangeset
for help on using the changeset viewer.