We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c068 commit 513396eCopy full SHA for 513396e
ReduxCore/framework.php
@@ -631,7 +631,7 @@ private function _internationalization() {
631
}
632
633
if ( ReduxFramework::$_is_plugin ) {
634
- load_plugin_textdomain( 'redux-framework', self::$_dir . 'languages/' . $locale . '.mo' );
+ load_plugin_textdomain( 'redux-framework', '', self::$_dir . 'languages/' . $locale . '.mo' );
635
} else {
636
load_textdomain( 'redux-framework', self::$_dir . 'languages/' . $locale . '.mo' );
637
0 commit comments