- Timestamp:
- 02/07/2024 09:18:38 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r57494 r57548 190 190 '/wp/v2/wp_pattern_category', 191 191 '/wp/v2/wp_pattern_category/(?P<id>[\d]+)', 192 '/wp/v2/font-collections', 193 '/wp/v2/font-collections/(?P<slug>[\/\w-]+)', 194 '/wp/v2/font-families', 195 '/wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces', 196 '/wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces/(?P<id>[\d]+)', 197 '/wp/v2/font-families/(?P<id>[\d]+)', 192 198 ); 193 199
Note: See TracChangeset
for help on using the changeset viewer.