Changeset 24734 for trunk/wp-admin/customize.php
- Timestamp:
- 07/18/2013 05:42:53 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/customize.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/customize.php
r23417 r24734 47 47 _wp_admin_html_begin(); 48 48 49 $body_class = 'wp-core-ui ';49 $body_class = 'wp-core-ui js'; 50 50 51 51 if ( wp_is_mobile() ) : … … 91 91 ?> 92 92 93 <div class="wp-full-overlay-sidebar-content " tabindex="-1">94 <div id="customize-info" class="accordion-section <?php if ( $cannot_expand ) echo ' cannot-expand'; ?>">93 <div class="wp-full-overlay-sidebar-content accordion-container" tabindex="-1"> 94 <div id="customize-info" class="accordion-section <?php if ( $cannot_expand ) echo ' cannot-expand'; ?>"> 95 95 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Theme Customizer Options' ); ?>" tabindex="0"> 96 96 <span class="preview-notice"><?php … … 112 112 </div> 113 113 114 <div id="customize-theme-controls" class="accordion-container"><ul>114 <div id="customize-theme-controls"><ul> 115 115 <?php 116 116 foreach ( $wp_customize->sections() as $section )
Note: See TracChangeset
for help on using the changeset viewer.