diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
index 00c54c7..6a55f72 100644
|
|
final class WP_Customize_Manager { |
1413 | 1413 | /** |
1414 | 1414 | * Set the autofocused constructs. |
1415 | 1415 | * |
| 1416 | * @since 4.4.0 |
| 1417 | * @access public |
| 1418 | * |
1416 | 1419 | * @param array $autofocus { |
1417 | 1420 | * Mapping of 'panel', 'section', 'control' to the ID which should be autofocused. |
1418 | 1421 | * |
… |
… |
final class WP_Customize_Manager { |
1446 | 1449 | /** |
1447 | 1450 | * Print JavaScript settings for parent window. |
1448 | 1451 | * |
1449 | | * @since 4.3.0 |
| 1452 | * @since 4.4.0 |
1450 | 1453 | */ |
1451 | 1454 | public function customize_pane_settings() { |
1452 | 1455 | /* |