Changeset 31905 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 03/26/2015 08:55:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r31542 r31905 354 354 <?php endif; ?> 355 355 </h2> 356 <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme details' ); ?>"></div>356 <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme Details' ); ?>"></div> 357 357 <div id="customize-container"></div> 358 358 <?php if ( 6 < count( $this->controls ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.