Make WordPress Core


Ignore:
Timestamp:
03/06/2012 10:48:07 PM (14 years ago)
Author:
koopersmith
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-setting.php

    r20120 r20128  
    344344                                        <span><?php echo esc_html( $this->label ); ?></span>
    345345                                        <div class="color-picker">
    346                                                 <input class="color-picker-value" type="hidden" value="<?php echo esc_attr( $this->value() ); ?>" <?php $this->name(); ?> />
     346                                                <input type="hidden" value="<?php echo esc_attr( $this->value() ); ?>" <?php $this->name(); ?> />
    347347                                                <a href="#"></a>
    348348                                                <div class="color-picker-controls">
Note: See TracChangeset for help on using the changeset viewer.