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/class-wp-automatic-updater.php

    r48123 r48344  
    684684        }
    685685
    686         // If the auto update is not to the latest version, say that the current version of WP is available instead.
     686        // If the auto-update is not to the latest version, say that the current version of WP is available instead.
    687687        $version = 'success' === $type ? $core_update->current : $next_user_core_update->current;
    688688        $subject = sprintf( $subject, wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ), $version );
Note: See TracChangeset for help on using the changeset viewer.