Docs: Clarify the type of theme_supports argument in various Customizer classes.
Props marekdedic. See #48347. Built from https://develop.svn.wordpress.org/trunk@47385 git-svn-id: http://core.svn.wordpress.org/trunk@47172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -77,10 +77,10 @@ class WP_Customize_Section {
|
||||
public $capability = 'edit_theme_options';
|
||||
|
||||
/**
|
||||
* Theme feature support for the section.
|
||||
* Theme features required to support the section.
|
||||
*
|
||||
* @since 3.4.0
|
||||
* @var string|array
|
||||
* @var string|string[]
|
||||
*/
|
||||
public $theme_supports = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user