Merge pull request #13 from bradp/master

Removed closing PHP tag in plugin.php
This commit is contained in:
Tom McFarlin 2012-08-15 06:17:26 -07:00
commit 5297deede7
1 changed files with 1 additions and 2 deletions

View File

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