Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:11:48 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Descriptive improvements and corrections for various docblocks.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php

    r49108 r51300  
    215215     * @since 4.9.0
    216216     *
    217      * @return array abbr and description.
     217     * @return array {
     218     *     Timezone info. All properties are optional.
     219     *
     220     *     @type string $abbr        Timezone abbreviation, eg. PST or CEST.
     221     *     @type string $description Human-readable timezone description as HTML.
     222     * }
    218223     */
    219224    public function get_timezone_info() {
Note: See TracChangeset for help on using the changeset viewer.