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
This commit is contained in:
Dominik Schilling (ocean90) 2015-07-29 22:09:24 +00:00
parent 362bb806cd
commit 709cb42ab3

View File

@ -465,12 +465,12 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel {
printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );
?> ?>
</span> </span>
<button type="button" class="customize-screen-options-toggle" aria-expanded="false">
<span class="screen-reader-text"><?php _e( 'Menu Options' ); ?></span>
</button>
<button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"> <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false">
<span class="screen-reader-text"><?php _e( 'Help' ); ?></span> <span class="screen-reader-text"><?php _e( 'Help' ); ?></span>
</button> </button>
<button type="button" class="customize-screen-options-toggle" aria-expanded="false">
<span class="screen-reader-text"><?php _e( 'Menu Options' ); ?></span>
</button>
</div> </div>
<# if ( data.description ) { #> <# if ( data.description ) { #>
<div class="description customize-panel-description">{{{ data.description }}}</div> <div class="description customize-panel-description">{{{ data.description }}}</div>