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-includes/class-wp-customize-panel.php

    r29487 r29610  
    175175                <span class="screen-reader-text"><?php _e( 'Press return or enter to open this panel' ); ?></span>
    176176            </h3>
    177             <span class="control-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
    178177            <ul class="accordion-sub-container control-panel-content">
    179178                <li class="accordion-section control-section<?php if ( empty( $this->description ) ) echo ' cannot-expand'; ?>">
Note: See TracChangeset for help on using the changeset viewer.