Changeset 20128 for trunk/wp-includes/class-wp-customize-section.php
- Timestamp:
- 03/06/2012 10:48:07 PM (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
r20106 r20128 73 73 74 74 <?php foreach ( $this->settings as $setting ) : ?> 75 <li >75 <li id="customize-control-<?php echo esc_attr( $setting->id ); ?>" class="customize-control"> 76 76 <?php $setting->_render(); ?> 77 77 </li>
Note: See TracChangeset
for help on using the changeset viewer.