Changeset 25894
- Timestamp:
- 10/24/2013 06:20:53 PM (13 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25893
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/update-core.php
r25871 r25894 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.