From 90fe609bc41e3035c87e12a4f84ce665777e7fab Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Feb 2018 10:57:41 +0000 Subject: [PATCH] Customize: Avoid extra tabs in a textarea in `WP_Customize_Control::render_content()`. See #43252. git-svn-id: https://develop.svn.wordpress.org/trunk@42673 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-control.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 398d08979b..d43f0e5f0b 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -568,9 +568,8 @@ class WP_Customize_Control { rows="5" input_attrs(); ?> - link(); ?>> - value() ); ?> - + link(); ?> + >value() ); ?>