Changeset 52272 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 11/29/2021 10:04:48 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 18 18 # Files for local environment config 19 19 /docker-compose.override.yml 20 .idea
-
- Property svn:ignore
-
trunk/src/wp-includes/rest-api.php
r52244 r52272 349 349 // Menu Locations. 350 350 $controller = new WP_REST_Menu_Locations_Controller(); 351 $controller->register_routes();352 353 // Block Navigation Areas354 $controller = new WP_REST_Block_Navigation_Areas_Controller();355 351 $controller->register_routes(); 356 352 }
Note: See TracChangeset
for help on using the changeset viewer.