Changeset 61036 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 10/21/2025 02:00:33 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r61032 r61036 486 486 487 487 // Abilities. 488 $abilities_run_controller = new WP_REST_Abilities_V1_Run_Controller();488 $abilities_run_controller = new WP_REST_Abilities_V1_Run_Controller(); 489 489 $abilities_run_controller->register_routes(); 490 490 $abilities_list_controller = new WP_REST_Abilities_V1_List_Controller();
Note: See TracChangeset
for help on using the changeset viewer.