Make WordPress Core

Changeset 35381


Ignore:
Timestamp:
10/24/2015 02:41:19 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Change variable name in WP_Customize_Widgets::filter_customize_dynamic_setting_args() DocBlock to match the actual variable.

Props mismith227, swissspidy.
Fixes #34426.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r35304 r35381  
    165165     * @access public
    166166     *
    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']`.
    169169     * @return false|array Setting arguments, false otherwise.
    170170     */
Note: See TracChangeset for help on using the changeset viewer.