mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 05:03:33 +09:00
- fixed save fields register/profile;
This commit is contained in:
@@ -1417,10 +1417,11 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
return $this->classes['mobile'];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @since 2.0.44
|
||||
*
|
||||
* @return um\lib\mobiledetect\Um_Mobile_Detect
|
||||
* @return um\core\Multisite
|
||||
*/
|
||||
function multisite() {
|
||||
|
||||
@@ -1431,6 +1432,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
return $this->classes['multisite'];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Include files with hooked filters/actions
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user