Make WordPress Core


Ignore:
Timestamp:
08/25/2014 11:04:43 PM (11 years ago)
Author:
helen
Message:

Customizer panels: use a single back button for all panels.

This also ensures the back button is visible on iOS devices.

props celloexpressions.
fixes #29135.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r29488 r29610  
    122122                <span class="screen-reader-text"><?php _e( 'Cancel' ); ?></span>
    123123            </a>
     124            <span class="control-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
    124125        </div>
    125126
Note: See TracChangeset for help on using the changeset viewer.