Opened 6 years ago
Last modified 6 years ago
#3282 assigned enhancement
load_plugin_textdomain no longer needed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Locale - i18n/l10n | Keywords: | |
Cc: |
Description
It looks like v2.6 is still loading the text domain, but "Requires at least" is 4.7 (which is at least 4.6). This means that no load_plugin_textdomain would be needed.
https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#loading-text-domain
Comment from JJJ:
bbPress does still allow for those files to live in a custom location, from before wporg had plugin support. We will need to research how to elegantly support both, or drop support for the old file format and location.
Now that 2.6 is out, it’ll be good to revisit that for sure.