- optimized account page;

- optimized code of shortcodes/password/account classes;
- fixed some enqueue scripts issues;
This commit is contained in:
nikitozzzzzzz
2017-08-11 14:21:42 +03:00
parent 92ab044b8a
commit af191ee149
11 changed files with 695 additions and 803 deletions
+2 -2
View File
@@ -180,11 +180,11 @@ if ( ! class_exists( 'UM' ) ) {
load_textdomain( $language_domain, $language_file );
require_once 'um-short-functions.php';
add_action( 'plugins_loaded', array( &$this, 'init' ), 0 );
// init widgets
add_action( 'widgets_init', array( &$this, 'widgets_init' ) );
require_once 'um-short-functions.php';
}
}