Changeset 49225 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 10/20/2020 01:27:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r49194 r49225 320 320 // Site Health 321 321 $site_health = WP_Site_Health::get_instance(); 322 $controller = new WP_REST_Site_Health_Controller( $site_health );322 $controller = new WP_REST_Site_Health_Controller( $site_health ); 323 323 $controller->register_routes(); 324 324 }
Note: See TracChangeset
for help on using the changeset viewer.