Make WordPress Core


Ignore:
Timestamp:
12/11/2021 07:49:38 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update some @var tags per the documentation standards.

Follow-up to [27398], [29487], [41626], [51003].

See #53399.

File:
1 edited

Legend:

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

    r52215 r52355  
    2929     *
    3030     * @since 4.9.0
    31      * @var integer
     31     * @var int
    3232     */
    3333    public $min_year = 1000;
     
    3737     *
    3838     * @since 4.9.0
    39      * @var integer
     39     * @var int
    4040     */
    4141    public $max_year = 9999;
     
    4545     *
    4646     * @since 4.9.0
    47      * @var boolean
     47     * @var bool
    4848     */
    4949    public $allow_past_date = true;
     
    5353     *
    5454     * @since 4.9.0
    55      * @var boolean
     55     * @var bool
    5656     */
    5757    public $include_time = true;
     
    6262     *
    6363     * @since 4.9.0
    64      * @var boolean
     64     * @var bool
    6565     */
    6666    public $twelve_hour_format = true;
Note: See TracChangeset for help on using the changeset viewer.