We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5874d commit c111125Copy full SHA for c111125
src/wp-includes/rest-api.php
@@ -418,10 +418,10 @@ function create_initial_rest_routes() {
418
$font_collections_controller->register_routes();
419
420
// Abilities.
421
- $abilities_list_controller = new WP_REST_Abilities_List_Controller();
422
- $abilities_list_controller->register_routes();
423
$abilities_run_controller = new WP_REST_Abilities_Run_Controller();
424
$abilities_run_controller->register_routes();
+ $abilities_list_controller = new WP_REST_Abilities_List_Controller();
+ $abilities_list_controller->register_routes();
425
}
426
427
/**
0 commit comments