- fixed upload files;

- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
This commit is contained in:
nikitozzzzzzz
2017-08-06 19:50:31 +03:00
parent 8409b0fb5b
commit b6aff77568
23 changed files with 149 additions and 52 deletions
+2 -2
View File
@@ -357,9 +357,9 @@ if ( ! class_exists( 'Admin_Enqueue' ) ) {
function admin_enqueue_scripts() {
if ( $this->is_UM_admin() ) {
if ( get_post_type() != 'shop_order' ) {
/*if ( get_post_type() != 'shop_order' ) {
UM()->enqueue()->wp_enqueue_scripts();
}
}*/
$this->load_global_css();
$this->load_form();