Changeset 53877 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 08/11/2022 02:01:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r52621 r53877 73 73 * 74 74 * @since 4.0.0 75 * @var string|string[]75 * @var mixed[] 76 76 */ 77 77 public $theme_supports = ''; … … 147 147 * @type string $capability Capability required for the panel. 148 148 * Default `edit_theme_options`. 149 * @type string|string[]$theme_supports Theme features required to support the panel.149 * @type mixed[] $theme_supports Theme features required to support the panel. 150 150 * @type string $title Title of the panel to show in UI. 151 151 * @type string $description Description to show in the UI.
Note: See TracChangeset
for help on using the changeset viewer.