mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed user update logic;
- checked and optimized um_role() function; - small changes and fixes for 2.0;
This commit is contained in:
@@ -278,11 +278,6 @@ if ( ! class_exists( 'Admin_Enqueue' ) ) {
|
||||
wp_register_style( 'um_admin_misc', $this->css_url . 'um-admin-misc.css' );
|
||||
wp_enqueue_style( 'um_admin_misc' );
|
||||
|
||||
if ( get_post_type() != 'shop_order' ) {
|
||||
wp_register_style( 'um_admin_select2', $this->css_url . 'um-admin-select2.css' );
|
||||
wp_enqueue_style( 'um_admin_select2' );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user