Make WordPress Core

Changeset 52930


Ignore:
Timestamp:
03/13/2022 09:04:43 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in wp-includes/class-wp-locale.php.

Follow-up to [52929].

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale.php

    r52929 r52930  
    232232
    233233    /**
    234      * Retrieve the full translated weekday word.
     234     * Retrieves the full translated weekday word.
    235235     *
    236236     * Week starts on translated Sunday and can be fetched
     
    248248
    249249    /**
    250      * Retrieve the translated weekday initial.
     250     * Retrieves the translated weekday initial.
    251251     *
    252252     * The weekday initial is retrieved by the translated
     
    265265
    266266    /**
    267      * Retrieve the translated weekday abbreviation.
     267     * Retrieves the translated weekday abbreviation.
    268268     *
    269269     * The weekday abbreviation is retrieved by the translated
     
    280280
    281281    /**
    282      * Retrieve the full translated month by month number.
     282     * Retrieves the full translated month by month number.
    283283     *
    284284     * The $month_number parameter has to be a string
     
    300300
    301301    /**
    302      * Retrieve translated version of month abbreviation string.
     302     * Retrieves translated version of month abbreviation string.
    303303     *
    304304     * The $month_name parameter is expected to be the translated or
     
    315315
    316316    /**
    317      * Retrieve translated version of meridiem string.
     317     * Retrieves translated version of meridiem string.
    318318     *
    319319     * The $meridiem parameter is expected to not be translated.
     
    362362
    363363    /**
    364      * Register date/time format strings for general POT.
     364     * Registers date/time format strings for general POT.
    365365     *
    366366     * Private, unused method to add some date/time formats translated
     
    380380
    381381    /**
    382      * Retrieve the localized list item separator.
     382     * Retrieves the localized list item separator.
    383383     *
    384384     * @since 6.0.0
Note: See TracChangeset for help on using the changeset viewer.