Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].
Built from https://develop.svn.wordpress.org/trunk@49225


git-svn-id: http://core.svn.wordpress.org/trunk@48987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2020-10-20 13:29:08 +00:00
parent 8fbbd54c40
commit d40c365a30
6 changed files with 6 additions and 6 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();
}