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:
TimothyBlynJacobs
2025-08-26 20:59:22 +00:00
parent 08ef43f295
commit cd6b5eb48f
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.