Changeset 25102
- Timestamp:
- 08/23/2013 04:17:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r23417 r25102 81 81 ?> 82 82 <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="control-section accordion-section"> 83 <h3 class="accordion-section-title" tabindex="0" title="<?php echo esc_attr( $this->description ); ?>"><?php echo esc_html( $this->title ); ?></h3>83 <h3 class="accordion-section-title" tabindex="0"><?php echo esc_html( $this->title ); ?></h3> 84 84 <ul class="accordion-section-content"> 85 <?php if ( ! empty( $this->description ) ) : ?> 86 <li><p class="description"><?php echo $this->description; ?></p></li> 87 <?php endif; ?> 85 88 <?php 86 89 foreach ( $this->controls as $control )
Note: See TracChangeset
for help on using the changeset viewer.