gettext detection
-
Problem.
I have CentOS 6. PHP with gettext compiled in.
Plugin not detect ‘gettext’. Buttons disabled.[SOLUTION]
In class.admin-renderer.php
in function is_native_gettext_available()
change to:// gettext extension is required if ( !function_exists('dngettext')) { $result = 1; return 1; };
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘gettext detection’ is closed to new replies.