Changeset 52332 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 12/07/2021 12:18:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r52204 r52332 162 162 * 163 163 * @since 4.4.0 164 * @var array164 * @var string[] 165 165 */ 166 166 protected $autofocus = array(); … … 4721 4721 * @since 4.4.0 4722 4722 * 4723 * @return array{4723 * @return string[] { 4724 4724 * Mapping of 'panel', 'section', 'control' to the ID which should be autofocused. 4725 4725 *
Note: See TracChangeset
for help on using the changeset viewer.