- Timestamp:
- 05/29/2019 01:58:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r45275 r45459 144 144 */ 145 145 public function test_filters_automatic_updater_disabled() { 146 /** This filter is documented in wp-admin/includes/class-wp-automatic-updater.php */ 146 147 if ( apply_filters( 'automatic_updater_disabled', false ) ) { 147 148 return array( … … 240 241 } 241 242 243 /** This filter is documented in wp-admin/includes/class-wp-automatic-updater.php */ 242 244 if ( $checkout && ! apply_filters( 'automatic_updates_is_vcs_checkout', true, ABSPATH ) ) { 243 245 return array( … … 405 407 } 406 408 409 /** This filter is documented in wp-admin/includes/class-core-upgrader.php */ 407 410 if ( ! apply_filters( 'allow_dev_auto_core_updates', $wp_version ) ) { 408 411 return array( … … 436 439 } 437 440 441 /** This filter is documented in wp-admin/includes/class-core-upgrader.php */ 438 442 if ( ! apply_filters( 'allow_minor_auto_core_updates', true ) ) { 439 443 return array(
Note: See TracChangeset
for help on using the changeset viewer.