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

Fix the comments from example.php array #671

Closed awps closed 7 years ago

awps commented 7 years ago

Make it easier to uncomment the $config['strings']. I don't see a single reason why not use this comment style(//? instead /* ? * /).

jrfnl commented 7 years ago

@Smartik89 The travis error had nothing to do with your PR and has been fixed in the mean time. Would you mind rebasing the PR so we can get a passing build & can merge this in ? Thanks!

jrfnl commented 7 years ago

For lack of response, I've rebased the PR to get the build to pass.

GaryJones commented 7 years ago

Good to go.