Update 1.2.93

This commit is contained in:
ultimatemember
2015-05-05 18:06:39 +03:00
parent 77cde02dd8
commit 722367a11c
30 changed files with 340 additions and 96 deletions
+1 -1
View File
@@ -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');
}