From 727123ddbca2d2aede3552454152521213cf9c39 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 29 Jul 2015 22:10:24 +0000 Subject: [PATCH] Customizer: Switch buttons to match the focus order with the visual order. props afercia. see #33181. Built from https://develop.svn.wordpress.org/trunk@33505 git-svn-id: http://core.svn.wordpress.org/trunk@33472 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-panel.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.