diff --git a/wp-includes/class-wp-customize-panel.php b/wp-includes/class-wp-customize-panel.php index a3f02b2f67..52277de66d 100644 --- a/wp-includes/class-wp-customize-panel.php +++ b/wp-includes/class-wp-customize-panel.php @@ -372,7 +372,9 @@ class WP_Customize_Panel { /* translators: %s is the site/panel title in the Customizer */ echo sprintf( __( 'You are customizing %s' ), '{{ data.title }}' ); ?> - + <# if ( data.description ) { #> + + <# } #> <# if ( data.description ) { #>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 6807ba5f08..d609d0f9f0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36373'; +$wp_version = '4.5-alpha-36374'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.