Update 1.0.64

This commit is contained in:
ultimatemember
2015-02-23 01:43:11 +02:00
parent 6bc9419c06
commit e341d4e965
13 changed files with 84 additions and 64 deletions
+1
View File
@@ -74,6 +74,7 @@ class UM_Admin_Notices {
$locale = get_option('WPLANG');
if ( !$locale ) return;
if ( strstr( $locale, 'en_' ) ) return; // really, english!
if ( file_exists( WP_LANG_DIR . '/plugins/ultimatemember-' . $locale . '.mo' ) ) return;
if ( isset( $ultimatemember->available_languages[$locale] ) ) {