diff --git a/wp-includes/customize/class-wp-customize-themes-section.php b/wp-includes/customize/class-wp-customize-themes-section.php index fb983a9caa..9674b64542 100644 --- a/wp-includes/customize/class-wp-customize-themes-section.php +++ b/wp-includes/customize/class-wp-customize-themes-section.php @@ -46,7 +46,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { } ?> - controls ) > 1 ) : ?> + controls ) > 0 ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index c0e74f5aae..af4082aeaa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1-alpha-36064'; +$wp_version = '4.4.1-alpha-36065'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.