From 709cb42ab3c438423823de7b41e37c486b2c7881 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 29 Jul 2015 22:09:24 +0000 Subject: [PATCH] Customizer: Switch buttons to match the focus order with the visual order. props afercia. see #33181. git-svn-id: https://develop.svn.wordpress.org/trunk@33505 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-panel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-customize-panel.php b/src/wp-includes/class-wp-customize-panel.php index 8a83027f3b..3857d50770 100644 --- a/src/wp-includes/class-wp-customize-panel.php +++ b/src/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 }}}