bug found in language texdomain
-
Hello,
I found a bug in the plugins, do not load properly the language.
The problem is the textomain, in file class.wc-pf.php line 88:
load_plugin_textdomain( 'wc_pgec', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/i18n/' );
to solve the problem change to:
load_plugin_textdomain( 'wc_pf', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/i18n/' );
Good Plugins!!
Best Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug found in language texdomain’ is closed to new replies.