mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 09:40:13 +00:00
Docs: Correct instances of “auto update” with “auto-update” for consistency.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1310,7 +1310,7 @@ function update_core( $from, $to ) {
|
||||
*/
|
||||
do_action( '_core_updated_successfully', $wp_version );
|
||||
|
||||
// Clear the option that blocks auto updates after failures, now that we've been successful.
|
||||
// Clear the option that blocks auto-updates after failures, now that we've been successful.
|
||||
if ( function_exists( 'delete_site_option' ) ) {
|
||||
delete_site_option( 'auto_core_update_failed' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user