diff --git a/wp-includes/class-wp-customize-panel.php b/wp-includes/class-wp-customize-panel.php index 8a83027f3b..3857d50770 100644 --- a/wp-includes/class-wp-customize-panel.php +++ b/wp-includes/class-wp-customize-panel.php @@ -465,12 +465,12 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel { printf( __( 'You are customizing %s' ), '{{ data.title }}' ); ?> - + <# if ( data.description ) { #>
{{{ data.description }}}
diff --git a/wp-includes/version.php b/wp-includes/version.php index 6b1fc9294b..795a87d978 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33504'; +$wp_version = '4.3-beta4-33505'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.