Changeset 25893
- Timestamp:
- 10/24/2013 06:17:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25871 r25893 895 895 896 896 // Clear the option that blocks auto updates after failures, now that we've been successful. 897 delete_site_option( 'auto_core_update_failed' ); 897 if ( function_exists( 'delete_site_option' ) ) 898 delete_site_option( 'auto_core_update_failed' ); 898 899 899 900 return $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.