mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.2.93
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ class UM_API {
|
||||
$this->options = get_option('um_options');
|
||||
|
||||
$domain = 'ultimatemember';
|
||||
$locale = get_option('WPLANG');
|
||||
$locale = ( get_option('WPLANG') ) ? get_option('WPLANG') : 'en_US';
|
||||
load_textdomain($domain, WP_LANG_DIR . '/plugins/' .$domain.'-'.$locale.'.mo');
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user