- conditional logic fixed;

- some code optimization and documentation;
- fixed conflict with WP Fusion;
This commit is contained in:
nikitozzzzzzz
2018-03-16 09:37:19 +02:00
parent 3a3af72e82
commit 8e348e084e
17 changed files with 2718 additions and 2321 deletions
-14
View File
@@ -1030,20 +1030,6 @@ if ( ! class_exists( 'UM' ) ) {
}
/**
* @since 2.0
*
* @return um\core\Menu
*/
function menu() {
if ( empty( $this->classes['menu'] ) ) {
$this->classes['menu'] = new um\core\Menu();
}
return $this->classes['menu'];
}
/**
* @since 2.0
*