Make WordPress Core


Ignore:
Timestamp:
10/21/2025 02:00:33 PM (4 months ago)
Author:
jorbin
Message:

Coding Standards: Fix blank spaces.

Nice to meet you, where you been?

See #63168.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api.php

    r61032 r61036  
    486486
    487487    // Abilities.
    488     $abilities_run_controller  = new WP_REST_Abilities_V1_Run_Controller();
     488    $abilities_run_controller = new WP_REST_Abilities_V1_Run_Controller();
    489489    $abilities_run_controller->register_routes();
    490490    $abilities_list_controller = new WP_REST_Abilities_V1_List_Controller();
Note: See TracChangeset for help on using the changeset viewer.