mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
removing some additional full stops missed in the first pass.
fixes #44
This commit is contained in:
parent
509dd94b50
commit
05f2ef9ee4
1 changed files with 2 additions and 2 deletions
|
@ -299,10 +299,10 @@ class PluginName {
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function filter_method_name() {
|
public function filter_method_name() {
|
||||||
// TODO:....Define your filter method here
|
// TODO: Define your filter method here
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
PluginName::get_instance();
|
PluginName::get_instance();
|
Loading…
Reference in a new issue