Make WordPress Core


Ignore:
Timestamp:
04/27/2023 10:27:51 PM (17 months ago)
Author:
johnbillion
Message:

Docs: Correct and improve various documented types for properties, functions, and hooks.

See #57840

File:
1 edited

Legend:

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

    r54133 r55693  
    8585     *
    8686     * @since 5.9.0
    87      * @var string
     87     * @var string|null
    8888     */
    8989    public $origin;
     
    128128     *
    129129     * @since 5.9.0
    130      * @var int
     130     * @var int|null
    131131     */
    132132    public $author;
     
    136136     *
    137137     * @since 5.9.0
    138      * @var array
     138     * @var string[]|null
    139139     */
    140140    public $post_types;
     
    144144     *
    145145     * @since 5.9.0
    146      * @var string
     146     * @var string|null
    147147     */
    148148    public $area;
Note: See TracChangeset for help on using the changeset viewer.