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-site-health-auto-updates.php

    r47841 r48344  
    163163     * @since 5.3.0
    164164     *
    165      * @return array|bool The test results. False if auto updates are enabled.
     165     * @return array|bool The test results. False if auto-updates are enabled.
    166166     */
    167167    public function test_wp_automatic_updates_disabled() {
     
    187187     * @since 5.2.0
    188188     *
    189      * @return array|bool The test results. False if the auto updates failed.
     189     * @return array|bool The test results. False if the auto-updates failed.
    190190     */
    191191    function test_if_failed_update() {
Note: See TracChangeset for help on using the changeset viewer.