Docs: Change variable name in `WP_Customize_Widgets::filter_customize_dynamic_setting_args()` DocBlock to match the actual variable.
Props mismith227, swissspidy. Fixes #34426. Built from https://develop.svn.wordpress.org/trunk@35381 git-svn-id: http://core.svn.wordpress.org/trunk@35345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a9dd940635
commit
21278f1fc8
|
@ -164,8 +164,8 @@ final class WP_Customize_Widgets {
|
|||
* @since 4.2.0
|
||||
* @access public
|
||||
*
|
||||
* @param false|array $setting_args The arguments to the WP_Customize_Setting constructor.
|
||||
* @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`.
|
||||
* @param false|array $args The arguments to the WP_Customize_Setting constructor.
|
||||
* @param string $setting_id ID for dynamic setting, usually coming from `$_POST['customized']`.
|
||||
* @return false|array Setting arguments, false otherwise.
|
||||
*/
|
||||
public function filter_customize_dynamic_setting_args( $args, $setting_id ) {
|
||||
|
|
Loading…
Reference in New Issue