Make WordPress Core

Changeset 33505


Ignore:
Timestamp:
07/29/2015 10:09:24 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Switch buttons to match the focus order with the visual order.

props afercia.
see #33181.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-panel.php

    r33219 r33505  
    466466                    ?>
    467467                </span>
     468                <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false">
     469                    <span class="screen-reader-text"><?php _e( 'Help' ); ?></span>
     470                </button>
    468471                <button type="button" class="customize-screen-options-toggle" aria-expanded="false">
    469472                    <span class="screen-reader-text"><?php _e( 'Menu Options' ); ?></span>
    470                 </button>
    471                 <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false">
    472                     <span class="screen-reader-text"><?php _e( 'Help' ); ?></span>
    473473                </button>
    474474            </div>
Note: See TracChangeset for help on using the changeset viewer.