Make WordPress Core


Ignore:
Timestamp:
03/28/2015 10:08:32 PM (9 years ago)
Author:
ocean90
Message:

Theme Switcher: Use the global panel back button instead of adding a new one.

This ensures the back button is visible on iOS devices. Same as in [29610].

see #31794.

File:
1 edited

Legend:

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

    r31905 r31918  
    346346                <span class="screen-reader-text"><?php _e( 'Press return or enter to expand' ); ?></span>
    347347            </h3>
    348             <span class="control-panel-back themes-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
    349348            <div class="customize-themes-panel control-panel-content themes-php">
    350349                <h2><?php esc_html_e( 'Themes' ); ?>
Note: See TracChangeset for help on using the changeset viewer.