Changeset 47385 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 02/27/2020 08:21:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-customize-panel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r47383 r47385 70 70 71 71 /** 72 * Theme feature support forthe panel.73 * 74 * @since 4.0.0 75 * @var string| array72 * Theme features required to support the panel. 73 * 74 * @since 4.0.0 75 * @var string|string[] 76 76 */ 77 77 public $theme_supports = '';
Note: See TracChangeset
for help on using the changeset viewer.