- Timestamp:
- 10/24/2020 12:24:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r49154 r49292 28 28 public function run_tests() { 29 29 $tests = array( 30 $this->test_constants( 'WP_AUTO_UPDATE_CORE', array( true, ' minor' ) ),30 $this->test_constants( 'WP_AUTO_UPDATE_CORE', array( true, 'beta', 'rc', 'minor' ) ), 31 31 $this->test_wp_version_check_attached(), 32 32 $this->test_filters_automatic_updater_disabled(),
Note: See TracChangeset
for help on using the changeset viewer.