Tried to localize bbPress today, got this message from Codestyling plugin:
Using load_textdomain instead of load_plugin_textdomain.
Also trailing Spaces at:
bbp-includes/bbp-general-functions.php 402 and 433
bbp-includes/bbp-general-functions.php 403 and 434
Looking forward for this new bbPress!
http://wordpress.org/extend/plugins/bbpress/
The trailing spaces will be fixed in Beta 2.
It using load_textdomain instead of load_plugin_textdomain should be a non-issue.
Thanks for reporting!
I wouldn't name this a non issue for different load functions, cause each of them fires different hooks and filters. So if I want to re-direct all plugin translations to load their files from a dedicated folder supported by a plugin sets this filter, the bbPress plugin is out of scope because it can't be detected by its load filter as plugin. I have to know it by textdomain and have to code an extra detection because it can't be assumed as plugin while only using ordinary load method.