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.