mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Minor whitespace change
This commit is contained in:
parent
bc87288bc0
commit
e9932327de
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ class PluginName {
|
||||||
} // end filter_method_name
|
} // end filter_method_name
|
||||||
|
|
||||||
} // 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();
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue