Ticket #43762: 43762.patch
File 43762.patch, 689 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/customize/class-wp-customize-color-control.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
111 111 <input class="color-picker-hue" type="text" data-type="hue" /> 112 112 <# } else { #> 113 113 <input class="color-picker-hex" type="text" maxlength="7" placeholder="{{ defaultValue }}" {{ defaultValueAttr }} /> 114 114 <# } #> 115 115 </label> 116 116 </div> 117 117 <?php