Set bew PluginName() to a global variable

This commit is contained in:
Pippin Williamson 2012-11-05 21:07:44 -06:00
parent 696d133f36
commit 36609340a7
1 changed files with 1 additions and 1 deletions

View File

@ -165,4 +165,4 @@ class PluginName {
} // end class
// TODO: update the instantiation call of your plugin to the name given at the class definition
new PluginName();
$plugin_name = new PluginName();