- pre-release

This commit is contained in:
nikitasinelnikov
2019-03-01 17:08:28 +02:00
parent 1fbf5b5dd6
commit c8ff9dec4a
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -226,7 +226,7 @@ if ( ! class_exists( 'um\core\Account' ) ) {
$this->init_tabs( $args );
$this->current_tab = apply_filters( 'um_change_default_tab', $this->current_tab );
$this->current_tab = apply_filters( 'um_change_default_tab', $this->current_tab, $args );
/**
* UM hook
@@ -836,4 +836,4 @@ if ( ! class_exists( 'um\core\Account' ) ) {
return $classes;
}
}
}
}