mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user