diff --git a/wp-includes/customize/class-wp-customize-themes-section.php b/wp-includes/customize/class-wp-customize-themes-section.php index ecd7833d78..fb983a9caa 100644 --- a/wp-includes/customize/class-wp-customize-themes-section.php +++ b/wp-includes/customize/class-wp-customize-themes-section.php @@ -46,7 +46,9 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { } ?> - + controls ) > 1 ) : ?> + +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 8300f55776..856ca8560f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35534'; +$wp_version = '4.4-beta3-35535'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.