1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 11:53:16 +03:00

removing some additional full stops missed in the first pass.

fixes #44
This commit is contained in:
Tom McFarlin 2013-05-11 18:02:03 -04:00
parent 509dd94b50
commit 05f2ef9ee4

View file

@ -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();