Make WordPress Core


Ignore:
Timestamp:
07/06/2020 07:13:26 PM (6 years ago)
Author:
desrosj
Message:

Docs: Correct instances of “auto update” with “auto-update” for consistency.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r48172 r48344  
    13111311        do_action( '_core_updated_successfully', $wp_version );
    13121312
    1313         // Clear the option that blocks auto updates after failures, now that we've been successful.
     1313        // Clear the option that blocks auto-updates after failures, now that we've been successful.
    13141314        if ( function_exists( 'delete_site_option' ) ) {
    13151315                delete_site_option( 'auto_core_update_failed' );
Note: See TracChangeset for help on using the changeset viewer.