Changeset 47149 for trunk/src/wp-admin/includes/class-wp-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/includes/class-wp-site-health.php
r47122 r47149 57 57 * @return WP_Site_Health|null 58 58 */ 59 public static function initialize() {59 public static function get_instance() { 60 60 if ( null === self::$instance ) { 61 61 self::$instance = new WP_Site_Health();
Note: See TracChangeset
for help on using the changeset viewer.