Skip to content

Commit 513396e

Browse files
committed
1 parent 849c068 commit 513396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ private function _internationalization() {
631631
}
632632
}
633633
if ( ReduxFramework::$_is_plugin ) {
634-
load_plugin_textdomain( 'redux-framework', self::$_dir . 'languages/' . $locale . '.mo' );
634+
load_plugin_textdomain( 'redux-framework', '', self::$_dir . 'languages/' . $locale . '.mo' );
635635
} else {
636636
load_textdomain( 'redux-framework', self::$_dir . 'languages/' . $locale . '.mo' );
637637
}

0 commit comments

Comments
 (0)