2124 pointsLike some sort of WPMU DEV God"Mindblowingly helpful memberLifetime member
Ovidiu
Member
—
19th April 2011 (1 year ago)
is this something that needs and can be fixed?
Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won't be executed anymore. Please contact the Author about that.
Found that warning while translating hte plugin with the codestyling localization plugin
Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won't be executed anymore. Please contact the Author about that.
Found that warning while translating hte plugin with the codestyling localization plugin
We're using (well I am) load_textdomain because it allows for translation of plugins placed in the mu-plugins directory whilst load_plugin_textdomain only works for plugins in the standard plugins directory.
Besides which, load_plugin_textdomain actually uses load_textdomain to load the translation file once it has worked out the path to it, so that message is a little weird.
Responses (3)
Developer — 19th April 2011 (1 year ago) #
We're using (well I am) load_textdomain because it allows for translation of plugins placed in the mu-plugins directory whilst load_plugin_textdomain only works for plugins in the standard plugins directory.
Besides which, load_plugin_textdomain actually uses load_textdomain to load the translation file once it has worked out the path to it, so that message is a little weird.
Member — 19th April 2011 (1 year ago) #
no idea, that is over my head, just thought I'd mention that here :-)
Member — 28th September 2011 (7 months ago) #
Trying out 3.5.4 and I was unable to get any translations loaded.
It worked after changing the load_plugin_textdomain() call to load_textdomain().
Become a member