mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
Fix Redux assets
This commit is contained in:
@@ -80,12 +80,11 @@
|
||||
//*****************************************************************
|
||||
// Select2 CSS
|
||||
//*****************************************************************
|
||||
Redux_CDN::register_style(
|
||||
wp_enqueue_style(
|
||||
'select2-css',
|
||||
/*'//cdn.jsdelivr.net/select2/3.5.2/select2.css',*/
|
||||
ReduxFramework::$_url . 'assets/css/select2.css',
|
||||
array(),
|
||||
'3.5.2',//$this->timestamp,
|
||||
'3.5.2',
|
||||
'all'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user