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
This commit is contained in:
parent
c96977e083
commit
727123ddbc
|
@ -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>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue