Version 1.0.40

This commit is contained in:
ultimatemember
2015-02-04 20:31:39 +02:00
parent 7e1ee839d3
commit f90388b4d6
420 changed files with 35095 additions and 17582 deletions
+11
View File
@@ -14,6 +14,13 @@ class UM_API {
$this->honeypot = 'request';
$this->available_languages = array(
'en_US' => 'English (US)',
'fr_FR' => 'Français',
'tr_TR' => 'Türkçe',
'it_IT' => 'Italiano'
);
}
/***
@@ -127,6 +134,10 @@ class UM_API {
$this->options = get_option('um_options');
$domain = 'ultimatemember';
$locale = get_option('WPLANG');
load_textdomain($domain, WP_LANG_DIR . '/plugins/' .$domain.'-'.$locale.'.mo');
}
}