I’m trying to go through the steps needed to internationalize (i18n) my wordpress plugins. So far I’ve hit alot of stumbling blocks:
the __() PHP function keeps giving me the error ”[error] PHP Fatal error: Call to undefined function __()” even though I have called load_plugin_textdomain(). From looking at other plugins, I don’t see any require_onces/includes that I [...]
