diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index ad5742fabe..ba1482876e 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/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( - '
' => '
', + '' => '
', '' => '
', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f6cae20e5..b22bcdef02 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31225'; +$wp_version = '4.2-alpha-31226'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.