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:
Jonathan Desrosiers
2020-07-06 19:13:26 +00:00
parent b9d9968ae9
commit bf7ba4dc5b
4 changed files with 5 additions and 5 deletions

View File

@@ -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' );
}