Ticket #43331: 43331.diff
File 43331.diff, 554 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/js/color-picker.js
28 28 type: 'full', 29 29 slider: 'horizontal' 30 30 }, 31 /* 32 * Avoid error with plugins that overwrite the _create method and haven't 33 * updated it after changeset 41329 in WordPress 4.9. See Trac ticket #43331. 34 */ 35 inputWrapper: $(), 31 36 /** 32 37 * Creates a color picker that only allows you to adjust the hue. 33 38 *