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:
Sergey Biryukov
2020-02-27 20:21:35 +00:00
parent 9793244c74
commit 33b88a7c7f
4 changed files with 46 additions and 39 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 = '';