Make WordPress Core


Ignore:
Timestamp:
09/26/2022 10:08:29 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various property documentation.

See #55646

File:
1 edited

Legend:

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

    r54133 r54318  
    223223     *
    224224     * @since 4.6.0
    225      * @var array $taxonomies
     225     * @var string[] $taxonomies
    226226     */
    227227    public $taxonomies = array();
     
    283283     *
    284284     * @since 5.0.0
    285      * @var array $template
     285     * @var array[] $template
    286286     */
    287287    public $template = array();
Note: See TracChangeset for help on using the changeset viewer.