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:
parent
362bb806cd
commit
709cb42ab3
@ -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>' );
|
||||
?>
|
||||
</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">
|
||||
<span class="screen-reader-text"><?php _e( 'Help' ); ?></span>
|
||||
</button>
|
||||
<button type="button" class="customize-screen-options-toggle" aria-expanded="false">
|
||||
<span class="screen-reader-text"><?php _e( 'Menu Options' ); ?></span>
|
||||
</button>
|
||||
</div>
|
||||
<# if ( data.description ) { #>
|
||||
<div class="description customize-panel-description">{{{ data.description }}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user