Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:27:48 PM (5 years ago)
Author:
desrosj
Message:

Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].

File:
1 edited

Legend:

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

    r49194 r49225  
    320320    // Site Health
    321321    $site_health = WP_Site_Health::get_instance();
    322     $controller = new WP_REST_Site_Health_Controller( $site_health );
     322    $controller  = new WP_REST_Site_Health_Controller( $site_health );
    323323    $controller->register_routes();
    324324}
Note: See TracChangeset for help on using the changeset viewer.