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

@@ -242,7 +242,7 @@ function wp_version_check( $extra_stats = array(), $force_check = false ) {
// Trigger background updates if running non-interactively, and we weren't called from the update handler.
if ( $doing_cron && ! doing_action( 'wp_maybe_auto_update' ) ) {
/**
* Fires during wp_cron, starting the auto update process.
* Fires during wp_cron, starting the auto-update process.
*
* @since 3.9.0
*/