Changeset 20106 for trunk/wp-includes/class-wp-customize-section.php
- Timestamp:
- 03/04/2012 02:06:11 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-customize-section.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-section.php
r19995 r20106 66 66 ?> 67 67 <li id="customize-section-<?php echo esc_attr( $this->id ); ?>" class="control-section customize-section"> 68 <h3 class="customize- theme-title"><?php echo esc_html( $this->title ); ?></h3>69 <ul >68 <h3 class="customize-section-title"><?php echo esc_html( $this->title ); ?></h3> 69 <ul class="customize-section-content"> 70 70 <?php if ( $this->description ) : ?> 71 71 <li><p class="howto"><?php echo $this->description; ?></p></li>
Note: See TracChangeset
for help on using the changeset viewer.