Make WordPress Core


Ignore:
Timestamp:
10/29/2021 11:11:32 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r51791 r51955  
    30743074 *                                    Valid values are 'string', 'boolean', 'integer',
    30753075 *                                    'number', 'array', and 'object'. Defaults to 'boolean'.
    3076  *     @type boolean    $variadic     Does this feature utilize the variadic support
     3076 *     @type bool       $variadic     Does this feature utilize the variadic support
    30773077 *                                    of add_theme_support(), or are all arguments specified
    30783078 *                                    as the second parameter. Must be used with the "array" type.
Note: See TracChangeset for help on using the changeset viewer.