Make WordPress Core


Ignore:
Timestamp:
01/30/2022 07:23:25 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of types in various inline documentation.

See #54729

File:
1 edited

Legend:

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

    r51501 r52652  
    8080     *
    8181     * @since 5.5.0
    82      * @var array
     82     * @var string[]
    8383     */
    8484    public $keywords = array();
     
    224224     *     @type string|null   $icon             Block type icon.
    225225     *     @type string        $description      A detailed block type description.
    226      *     @type array         $keywords         Additional keywords to produce block type as
     226     *     @type string[]      $keywords         Additional keywords to produce block type as
    227227     *                                           result in search interfaces.
    228228     *     @type string|null   $textdomain       The translation textdomain.
Note: See TracChangeset for help on using the changeset viewer.