From cd6b5eb48fcae48b750e63845ec2c8c4385c5a4c Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Tue, 26 Aug 2025 20:59:22 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-control.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index ed2ff7587e..fc7ffafe7c 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0504de82ca..fde1497275 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.