Changeset 48344 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 07/06/2020 07:13:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r48172 r48344 1311 1311 do_action( '_core_updated_successfully', $wp_version ); 1312 1312 1313 // Clear the option that blocks auto 1313 // Clear the option that blocks auto-updates after failures, now that we've been successful. 1314 1314 if ( function_exists( 'delete_site_option' ) ) { 1315 1315 delete_site_option( 'auto_core_update_failed' );
Note: See TracChangeset
for help on using the changeset viewer.