Changeset 29482
- Timestamp:
- 08/13/2014 06:25:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r29240 r29482 244 244 protected function render() { 245 245 ?> 246 <li id="accordion- section-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section">246 <li id="accordion-panel-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section"> 247 247 <h3 class="accordion-section-title" tabindex="0"> 248 248 <?php echo esc_html( $this->title ); ?>
Note: See TracChangeset
for help on using the changeset viewer.