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-language-pack-upgrader.php

    r55899 r55911  
    106106
    107107    /**
    108      * Initialize the upgrade strings.
     108     * Initializes the upgrade strings.
    109109     *
    110110     * @since 3.7.0
     
    124124
    125125    /**
    126      * Upgrade a language pack.
     126     * Upgrades a language pack.
    127127     *
    128128     * @since 3.7.0
     
    148148
    149149    /**
    150      * Bulk upgrade language packs.
     150     * Upgrades several language packs at once.
    151151     *
    152152     * @since 3.7.0
     
    361361
    362362    /**
    363      * Get the name of an item being updated.
     363     * Gets the name of an item being updated.
    364364     *
    365365     * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.