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 429 forks source link

Minor update for WPCS 0.11.0 compliance #652

Closed jrfnl closed 7 years ago

jrfnl commented 7 years ago

I'm not a fan of the // End ...(). statements.

Nor me ;-) We could exclude the rule, but it is one of the core rules. I was a bit ambivalent about doing that as we don't exclude anything else (from core/extra).

Or we could - of course - refactor the code, but that is another matter :sunglasses: .

Especially adding them in at this stage.

What do you mean ?