Changeset 49611
- Timestamp:
- 11/16/2020 04:46:27 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r49610 r49611 318 318 $controller->register_routes(); 319 319 320 // Site Health 320 // Site Health. 321 321 $site_health = WP_Site_Health::get_instance(); 322 322 $controller = new WP_REST_Site_Health_Controller( $site_health );
Note: See TracChangeset
for help on using the changeset viewer.