TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

Fix load textdomain #598

Closed someden closed 8 years ago

GaryJones commented 8 years ago

Thanks @kisonic . Could you please split the fixing of the textdomain loading, and the RU strings into different pull requests (branches) please? They are really fixing different issues.

Also, please take note of the code standards issue outlined here. Basically, use single-quotes for PHP strings when possible.

someden commented 8 years ago

Ok, I will fix it