mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
Fx text domain slug for wp.org translation compatibility
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ class UM_Enqueue {
|
||||
wp_enqueue_script('um_datetime_locale');
|
||||
}
|
||||
|
||||
if(is_object($post) && has_shortcode($post->post_content,'ultimatemember')) {
|
||||
if(is_object($post) && has_shortcode($post->post_content,'ultimatemember' )) {
|
||||
wp_dequeue_script('jquery-form');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user