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:
Sergey Biryukov
2020-02-27 20:23:06 +00:00
parent 8c5a8f1811
commit 569319f553
5 changed files with 47 additions and 40 deletions

View File

@@ -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 = '';