mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Docs: Clarify the type of theme_supports argument in various Customizer classes.
Props marekdedic. See #48347. git-svn-id: https://develop.svn.wordpress.org/trunk@47385 602fd350-edb4-49c9-b593-d223f7449a82
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