Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (2 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

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

    r55594 r55911  
    618618
    619619    /**
    620      * If we tried to perform a core update, check if we should send an email,
    621      * and if we need to avoid processing future updates.
     620     * Checks whether to send an email and avoid processing future updates after
     621     * attempting a core update.
    622622     *
    623623     * @since 3.7.0
     
    968968
    969969    /**
    970      * If we tried to perform plugin or theme updates, check if we should send an email.
     970     * Checks whether an email should be sent after attempting plugin or theme updates.
    971971     *
    972972     * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.