Skip to content

Commit f77bcfa

Browse files
Customize: Update input_attrs docs for the textarea control.
Props sabenhardt. See [60662]. git-svn-id: https://develop.svn.wordpress.org/trunk@60668 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 93718ab commit f77bcfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/class-wp-customize-control.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class WP_Customize_Control {
124124
/**
125125
* List of custom input attributes for control output, where attribute names are the keys and values are the values.
126126
*
127-
* Not used for 'checkbox', 'radio', 'select', 'textarea', or 'dropdown-pages' control types.
127+
* Not used for 'checkbox', 'radio', 'select', or 'dropdown-pages' control types.
128128
*
129129
* @since 4.0.0
130130
* @var array
@@ -201,8 +201,8 @@ class WP_Customize_Control {
201201
* Default empty array.
202202
* @type array $input_attrs List of custom input attributes for control output, where
203203
* attribute names are the keys and values are the values. Not
204-
* used for 'checkbox', 'radio', 'select', 'textarea', or
205-
* 'dropdown-pages' control types. Default empty array.
204+
* used for 'checkbox', 'radio', 'select', or 'dropdown-pages'
205+
* control types. Default empty array.
206206
* @type bool $allow_addition Show UI for adding new content, currently only used for the
207207
* dropdown-pages control. Default false.
208208
* @type array $json Deprecated. Use WP_Customize_Control::json() instead.

0 commit comments

Comments
 (0)