mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Update 1.0.64
This commit is contained in:
@@ -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] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user