- 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
+1 -1
View File
@@ -263,6 +263,7 @@ if ( ! class_exists( 'UM' ) ) {
$this->users();
$this->dragdrop();
} elseif ( $this->is_request( 'frontend' ) ) {
$this->enqueue();
$this->rewrite();
$this->account();
$this->password();
@@ -277,7 +278,6 @@ if ( ! class_exists( 'UM' ) ) {
//common includes
$this->rest_api();
$this->enqueue();
$this->shortcodes();
$this->roles();
$this->user();