1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 11:53:16 +03:00

removing whitespace

related #48
This commit is contained in:
Tom McFarlin 2013-05-15 10:12:11 -04:00
parent bf17525093
commit 0154512f69

View file

@ -130,6 +130,7 @@ class PluginName {
* @since 1.0.0
*/
public function load_plugin_textdomain() {
$domain = $this->plugin_slug;
$locale = apply_filters( 'plugin_locale', get_locale(), $domain );