mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Docs: Miscellaneous docblock improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3073,7 +3073,7 @@ function require_if_theme_supports( $feature, $include ) {
|
||||
* @type string $type The type of data associated with this feature.
|
||||
* Valid values are 'string', 'boolean', 'integer',
|
||||
* 'number', 'array', and 'object'. Defaults to 'boolean'.
|
||||
* @type boolean $variadic Does this feature utilize the variadic support
|
||||
* @type bool $variadic Does this feature utilize the variadic support
|
||||
* of add_theme_support(), or are all arguments specified
|
||||
* as the second parameter. Must be used with the "array" type.
|
||||
* @type string $description A short description of the feature. Included in
|
||||
|
||||
Reference in New Issue
Block a user