load_plugin_textdomain bug
-
hello,
a little error when loading translation file
in wp-email.php replace
load_plugin_textdomain('wp-email', false, 'wp-email');
with
load_plugin_textdomain('wp-email', false, dirname( plugin_basename( __FILE__ ) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘load_plugin_textdomain bug’ is closed to new replies.