1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 03:13:14 +03:00

Minor whitespace change

This commit is contained in:
Tom McFarlin 2012-07-13 22:14:34 -04:00
parent bc87288bc0
commit e9932327de

View file

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