Docs: Add missing full stop for a comment in create_initial_rest_routes().
Follow-up to [49154]. Props david.binda. Fixes #51788. Built from https://develop.svn.wordpress.org/trunk@49611 git-svn-id: http://core.svn.wordpress.org/trunk@49349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user