Ticket #39096: 39096.diff
File 39096.diff, 730 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/customize/class-wp-customize-color-control.php
114 114 <# if ( isHueSlider ) { #> 115 115 <input class="color-picker-hue" type="text" data-type="hue" /> 116 116 <# } else { #> 117 <input class="color-picker-hex" type="text" maxlength="7" placeholder=" <?php esc_attr_e( 'Hex Value' ); ?>" {{ defaultValue }} />117 <input class="color-picker-hex" type="text" maxlength="7" placeholder="#21759b" {{ defaultValue }} /> 118 118 <# } #> 119 119 </div> 120 120 </label>