mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-27 00:23:21 +08:00
Kirki 3.1.5
This commit is contained in:
parent
a51cecbd4b
commit
fda673b5f1
9 changed files with 70 additions and 44 deletions
|
@ -100,7 +100,7 @@ class Kirki_Control_Base extends WP_Customize_Control {
|
|||
$kirki_url = trailingslashit( Kirki::$url );
|
||||
|
||||
// Enqueue ColorPicker.
|
||||
wp_enqueue_script( 'wp-color-picker-alpha', trailingslashit( Kirki::$url ) . 'assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js', array( 'wp-color-picker' ), KIRKI_VERSION, true );
|
||||
wp_enqueue_script( 'wp-color-picker-alpha', trailingslashit( Kirki::$url ) . 'assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.js', array( 'wp-color-picker', 'wp-i18n' ), KIRKI_VERSION, true );
|
||||
wp_enqueue_style( 'wp-color-picker' );
|
||||
|
||||
// Enqueue selectWoo.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue