Ticket #25841: 25841.diff
File 25841.diff, 650 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/class-wp-upgrader.php
2026 2026 $this->after_core_update( $this->update_results['core'][0] ); 2027 2027 } 2028 2028 2029 /** 2030 * Action triggered after all automatic updates have run. 2031 * 2032 * @since 3.8.0 2033 * 2034 * @param mixed $update_results The results of all updates attempted 2035 */ 2036 do_action( 'automatic_updates_complete', $this->update_results ); 2037 2029 2038 // Clear the lock 2030 2039 delete_option( $lock_name ); 2031 2040 }