Fix the wrong text domain

This commit is contained in:
htdat
2017-02-26 16:24:05 +07:00
parent 7083167c33
commit 5150d9ad17
+1 -1
View File
@@ -116,7 +116,7 @@ class WooViet {
* @since 1.0
*/
public function i18n() {
load_plugin_textdomain( 'freshfunbits', false, basename( dirname( __FILE__ ) ) . '/languages/' );
load_plugin_textdomain( 'woo-viet', false, basename( dirname( __FILE__ ) ) . '/languages/' );
}
/**