1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-07 22:03:15 +03:00

Update plugin.php

This commit is contained in:
Brad Parbs 2012-08-13 22:05:20 -05:00
parent 745e59c30f
commit d247aa5473

View file

@ -161,5 +161,4 @@ class PluginName {
} // end class } // end class
// TODO: update the instantiation call of your plugin to the name given at the class definition // TODO: update the instantiation call of your plugin to the name given at the class definition
new PluginName(); new PluginName();
?>