Changeset 45049 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 03/28/2019 02:30:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r44986 r45049 28 28 public function __construct() { 29 29 $this->prepare_sql_data(); 30 31 add_action( 'wp_loaded', array( $this, 'check_wp_version_check_exists' ) );32 30 33 31 add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
Note: See TracChangeset
for help on using the changeset viewer.