diff --git src/wp-includes/class-wp-customize-widgets.php src/wp-includes/class-wp-customize-widgets.php
index 4add50c..6ee6942 100644
|
|
final class WP_Customize_Widgets { |
164 | 164 | * @since 4.2.0 |
165 | 165 | * @access public |
166 | 166 | * |
167 | | * @param false|array $setting_args The arguments to the WP_Customize_Setting constructor. |
168 | | * @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`. |
| 167 | * @param false|array $args The arguments to the WP_Customize_Setting constructor. |
| 168 | * @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`. |
169 | 169 | * @return false|array Setting arguments, false otherwise. |
170 | 170 | */ |
171 | 171 | public function filter_customize_dynamic_setting_args( $args, $setting_id ) { |