Make WordPress Core


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

    r55899 r55911  
    5050
    5151        /**
    52          * Initialize the upgrade strings.
     52         * Initializes the upgrade strings.
    5353         *
    5454         * @since 2.8.0
     
    6868
    6969        /**
    70          * Initialize the installation strings.
     70         * Initializes the installation strings.
    7171         *
    7272         * @since 2.8.0
     
    174174
    175175        /**
    176          * Upgrade a plugin.
     176         * Upgrades a plugin.
    177177         *
    178178         * @since 2.8.0
     
    266266
    267267        /**
    268          * Bulk upgrade several plugins at once.
     268         * Upgrades several plugins at once.
    269269         *
    270270         * @since 2.8.0
     
    480480
    481481        /**
    482          * Retrieve the path to the file that contains the plugin info.
     482         * Retrieves the path to the file that contains the plugin info.
    483483         *
    484484         * This isn't used internally in the class, but is called by the skins.
Note: See TracChangeset for help on using the changeset viewer.