Changeset 34912 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r34778 r34912 1103 1103 1104 1104 // Clear the option that blocks auto updates after failures, now that we've been successful. 1105 if ( function_exists( 'delete_ network_option' ) )1106 delete_ network_option( 'auto_core_update_failed' );1105 if ( function_exists( 'delete_site_option' ) ) 1106 delete_site_option( 'auto_core_update_failed' ); 1107 1107 1108 1108 return $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.