mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Merge pull request #13 from bradp/master
Removed closing PHP tag in plugin.php
This commit is contained in:
commit
5297deede7
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
Loading…
Reference in a new issue