Ticket #34426: class-wp-customize-widgets.diff
File class-wp-customize-widgets.diff, 658 bytes (added by , 9 years ago) |
---|
-
wp-includes/class-wp-customize-widgets.php
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.167 * @param false|array $args The arguments to the WP_Customize_Setting constructor. 168 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 */