Changeset 47149 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 02/01/2020 12:37:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r46586 r47149 28 28 } 29 29 30 $health_check_site_status = new WP_Site_Health();30 $health_check_site_status = WP_Site_Health::get_instance(); 31 31 32 32 // Start by checking if this is a special request checking for the existence of certain filters.
Note: See TracChangeset
for help on using the changeset viewer.