Theme Customizer: Add a Control object to better encapsulate different UI elements and make it easy to switch between hard refreshes and postMessage. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20128 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-03-06 22:48:07 +00:00
parent 0b01f311d1
commit 21e5a2e69e
5 changed files with 94 additions and 63 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class WP_Customize_Section {
<?php endif; ?>
<?php foreach ( $this->settings as $setting ) : ?>
<li>
<li id="customize-control-<?php echo esc_attr( $setting->id ); ?>" class="customize-control">
<?php $setting->_render(); ?>
</li>
<?php endforeach; ?>