Make WordPress Core

Ticket #43762: 43762.patch

File 43762.patch, 689 bytes (added by tfrommen, 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
     
    111111                                <input class="color-picker-hue" type="text" data-type="hue" />
    112112                        <# } else { #>
    113113                                <input class="color-picker-hex" type="text" maxlength="7" placeholder="{{ defaultValue }}" {{ defaultValueAttr }} />
    114                          <# } #>
     114                        <# } #>
    115115                        </label>
    116116                </div>
    117117                <?php