mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Adds WP_Customize_Setting->sanitize_js_callback and 'customize_sanitize_js_$settingID' filter, to filter values before they're passed to JS using WP_Customize_Setting->js_value(). Adds support for regular hex colors to the color picker. Changes color methods: * sanitize_hex_color() accepts 3 and 6 digit hex colors (with hashes) and the empty string. * sanitize_hex_color_no_hash() accepts 3 and 6 digit hex colors (without hashes) and the empty string. * maybe_hash_hex_color() ensures that a hex color has a hash, and otherwise leaves the value untouched. git-svn-id: https://develop.svn.wordpress.org/trunk@20936 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| admin-bar-rtl.css | ||
| admin-bar-rtl.dev.css | ||
| admin-bar.css | ||
| admin-bar.dev.css | ||
| customize-controls-rtl.css | ||
| customize-controls-rtl.dev.css | ||
| customize-controls.css | ||
| customize-controls.dev.css | ||
| editor.css | ||
| editor.dev.css | ||
| jquery-ui-dialog.css | ||
| jquery-ui-dialog.dev.css | ||
| wp-pointer.css | ||
| wp-pointer.dev.css | ||