Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (23 months 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-upgrader-skin.php

    r55595 r55911  
    212212
    213213    /**
    214      * Action to perform before an update.
     214     * Performs an action before an update.
    215215     *
    216216     * @since 2.8.0
     
    219219
    220220    /**
    221      * Action to perform following an update.
     221     * Performs and action following an update.
    222222     *
    223223     * @since 2.8.0
     
    226226
    227227    /**
    228      * Output JavaScript that calls function to decrement the update counts.
     228     * Outputs JavaScript that calls function to decrement the update counts.
    229229     *
    230230     * @since 3.9.0
Note: See TracChangeset for help on using the changeset viewer.