Make WordPress Core

Ticket #34426: class-wp-customize-widgets.diff

File class-wp-customize-widgets.diff, 658 bytes (added by mismith227, 9 years ago)
  • wp-includes/class-wp-customize-widgets.php

     
    164164         * @since 4.2.0
    165165         * @access public
    166166         *
    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.
    168168         * @param string      $setting_id   ID for dynamic setting, usually coming from `$_POST['customized']`.
    169169         * @return false|array Setting arguments, false otherwise.
    170170         */