Make WordPress Core

Ticket #39096: 39096.diff

File 39096.diff, 730 bytes (added by Presskopp, 8 years ago)
  • src/wp-includes/customize/class-wp-customize-color-control.php

     
    114114                                <# if ( isHueSlider ) { #>
    115115                                        <input class="color-picker-hue" type="text" data-type="hue" />
    116116                                <# } 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 }} />
    118118                                <# } #>
    119119                        </div>
    120120                </label>