Coding Standards: Correct some minor coding standards issues.

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

git-svn-id: https://develop.svn.wordpress.org/trunk@49225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2020-10-20 13:27:48 +00:00
parent 123a965c70
commit a8d80fd4a7
5 changed files with 5 additions and 5 deletions

View File

@@ -319,7 +319,7 @@ function create_initial_rest_routes() {
// Site Health
$site_health = WP_Site_Health::get_instance();
$controller = new WP_REST_Site_Health_Controller( $site_health );
$controller = new WP_REST_Site_Health_Controller( $site_health );
$controller->register_routes();
}