diff --git a/i18n-module.php b/i18n-module.php index af3f98b..d19ab9c 100644 --- a/i18n-module.php +++ b/i18n-module.php @@ -111,7 +111,7 @@ public function __construct( $args ) { return; } - $this->locale = get_admin_locale(); + $this->locale = $this->get_admin_locale(); if ( 'en_US' === $this->locale ) { return; }