Customize: Update input_attrs docs for the textarea control.
Props sabenhardt. See [60662]. Built from https://develop.svn.wordpress.org/trunk@60668 git-svn-id: http://core.svn.wordpress.org/trunk@60004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -124,7 +124,7 @@ class WP_Customize_Control {
|
||||
/**
|
||||
* List of custom input attributes for control output, where attribute names are the keys and values are the values.
|
||||
*
|
||||
* Not used for 'checkbox', 'radio', 'select', 'textarea', or 'dropdown-pages' control types.
|
||||
* Not used for 'checkbox', 'radio', 'select', or 'dropdown-pages' control types.
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @var array
|
||||
@@ -201,8 +201,8 @@ class WP_Customize_Control {
|
||||
* Default empty array.
|
||||
* @type array $input_attrs List of custom input attributes for control output, where
|
||||
* attribute names are the keys and values are the values. Not
|
||||
* used for 'checkbox', 'radio', 'select', 'textarea', or
|
||||
* 'dropdown-pages' control types. Default empty array.
|
||||
* used for 'checkbox', 'radio', 'select', or 'dropdown-pages'
|
||||
* control types. Default empty array.
|
||||
* @type bool $allow_addition Show UI for adding new content, currently only used for the
|
||||
* dropdown-pages control. Default false.
|
||||
* @type array $json Deprecated. Use WP_Customize_Control::json() instead.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-alpha-60667';
|
||||
$wp_version = '6.9-alpha-60668';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user