1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 00:21:04 +03:00
WordPress-Plugin-Boilerplate/plugin-name/public
Tom McFarlin 8c5083ba20 updating the localization functions to that load_textdomain is called.
Removing `load_plugin_textdomain` and leaving only `load_textdomain`.

This is standard as per new WordPress practices[0].

Ultimately, it makes language files more portable as they are still accessible via WordPress even if the plugin developer did not include them with the plugin itself.

Related #120

[0] d2eb67079b (commitcomment-4644357)

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-19 17:24:08 -05:00
..
assets moving all public related code to a self-contained subdirectory 2013-10-30 16:50:36 -04:00
includes adding empty includes directories as a place for shared functionality 2013-11-01 08:31:52 -04:00
views moving all public related code to a self-contained subdirectory 2013-10-30 16:50:36 -04:00
class-plugin-name.php updating the localization functions to that load_textdomain is called. 2013-11-19 17:24:08 -05:00