Docs: Add missing full stop for a comment in create_initial_rest_routes().

Follow-up to [49154].

Props david.binda.
Fixes #51788.

git-svn-id: https://develop.svn.wordpress.org/trunk@49611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-11-16 16:46:27 +00:00
parent 10deb31dd6
commit 10208c1e35

View File

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