Make WordPress Core


Ignore:
Timestamp:
11/23/2021 09:35:57 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #53399

File:
1 edited

Legend:

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

    r52062 r52236  
    9898     *
    9999     * @since 5.8.0
    100      * @var boolean
     100     * @var bool
    101101     */
    102102    public $has_theme_file;
     
    107107     * @since 5.9.0
    108108     *
    109      * @var boolean
     109     * @var bool
    110110     */
    111111    public $is_custom = true;
Note: See TracChangeset for help on using the changeset viewer.