From 05f2ef9ee42e59950ab9c4a36f0f8af8b8b72825 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sat, 11 May 2013 18:02:03 -0400 Subject: [PATCH] removing some additional full stops missed in the first pass. fixes #44 --- plugin-boilerplate/plugin-boilerplate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-boilerplate/plugin-boilerplate.php b/plugin-boilerplate/plugin-boilerplate.php index c7966a8..2eeb923 100644 --- a/plugin-boilerplate/plugin-boilerplate.php +++ b/plugin-boilerplate/plugin-boilerplate.php @@ -299,10 +299,10 @@ class PluginName { * @since 1.0.0 */ 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(); \ No newline at end of file