Login page is forced to English too
-
Hello,
here is already similar [closed] topic. I open the new one because the problem still exist in plugin. I recommend plugin author to change plugin in a way described bellow (or in authors own manner):
Please change this:function admin_in_english_is_admin() { return is_admin() || admin_in_english_is_tiny_mce() || admin_in_english_is_login_page(); }
to this
function admin_in_english_is_admin() { return is_admin() || admin_in_english_is_tiny_mce(); }
You must agree that Login page is not a part of Admin area and should stay localized.
We hope, that plugin will have such a small corrections on next update. Thank You!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Login page is forced to English too’ is closed to new replies.