Changeset 29035 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 07/08/2014 08:18:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r28927 r29035 241 241 <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section"> 242 242 <h3 class="accordion-section-title" tabindex="0"><?php echo esc_html( $this->title ); ?></h3> 243 <span class="control-panel-back" tabindex=" 0"><span class="screen-reader-text">Back to Customize</span></span>243 <span class="control-panel-back" tabindex="-1"><span class="screen-reader-text">Back to Customize</span></span> 244 244 <ul class="accordion-sub-container control-panel-content"> 245 245 <li class="accordion-section control-section<?php if ( empty( $this->description ) ) echo ' cannot-expand'; ?>">
Note: See TracChangeset
for help on using the changeset viewer.