- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r42825 r43571 337 337 // Boom, This sites about to get a whole new splash of paint! 338 338 $upgrade_result = $upgrader->upgrade( 339 $upgrader_item, array( 339 $upgrader_item, 340 array( 340 341 'clear_update_cache' => false, 341 342 // Always use partial builds if possible for core updates. … … 575 576 576 577 update_site_option( 577 'auto_core_update_failed', array( 578 'auto_core_update_failed', 579 array( 578 580 'attempted' => $core_update->current, 579 581 'current' => $wp_version, … … 601 603 protected function send_email( $type, $core_update, $result = null ) { 602 604 update_site_option( 603 'auto_core_update_notified', array( 605 'auto_core_update_notified', 606 array( 604 607 'type' => $type, 605 608 'email' => get_site_option( 'admin_email' ),
Note: See TracChangeset
for help on using the changeset viewer.