Make WordPress Core

Changeset 53064


Ignore:
Timestamp:
04/04/2022 08:51:22 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in WP_Automatic_Updater class, per the documentation standards.

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r53063 r53064  
    2424
    2525    /**
    26      * Whether the entire automatic updater is disabled.
     26     * Determines whether the entire automatic updater is disabled.
    2727     *
    2828     * @since 3.7.0
     
    5757
    5858    /**
    59      * Check for version control checkouts.
     59     * Checks for version control checkouts.
    6060     *
    6161     * Checks for Subversion, Git, Mercurial, and Bazaar. It recursively looks up the
     
    296296
    297297    /**
    298      * Update an item, if appropriate.
     298     * Updates an item, if appropriate.
    299299     *
    300300     * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.