Make WordPress Core


Ignore:
Timestamp:
10/09/2017 11:00:39 PM (7 years ago)
Author:
westonruter
Message:

Customize: Improve keyboard accessibility for publish settings section.

Props sayedwp.
See #39896.
Fixes #42027.

File:
1 edited

Legend:

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

    r41677 r41802  
    163163                <span class="screen-reader-text"><?php _e( 'Close the Customizer and go back to the previous page' ); ?></span>
    164164            </a>
     165        </div>
     166
     167        <div id="customize-sidebar-outer-content">
     168            <div id="customize-outer-theme-controls">
     169                <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul>
     170            </div>
    165171        </div>
    166172
     
    218224    </form>
    219225    <div id="customize-preview" class="wp-full-overlay-main"></div>
    220     <div id="customize-sidebar-outer-content">
    221         <div id="customize-outer-theme-controls">
    222             <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul>
    223         </div>
    224     </div>
    225226    <?php
    226227
Note: See TracChangeset for help on using the changeset viewer.