From 4c4de36c5cc2feb4624f45eb92f7f205b16f6f18 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 17 Jan 2015 13:10:27 +0000 Subject: [PATCH] Customizer: Fix form tag replacement in WP_Customize_Widgets::get_widget_control() after [31200]. see #30126. git-svn-id: https://develop.svn.wordpress.org/trunk@31226 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-widgets.php b/src/wp-includes/class-wp-customize-widgets.php index ad5742fabe..ba1482876e 100644 --- a/src/wp-includes/class-wp-customize-widgets.php +++ b/src/wp-includes/class-wp-customize-widgets.php @@ -956,7 +956,7 @@ final class WP_Customize_Widgets { call_user_func_array( 'wp_widget_control', $args ); $replacements = array( - '
' => '
', + '' => '
', '' => '
', );