From e9932327decac0ab079d2dd8e7aeb744e51ca412 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 13 Jul 2012 22:14:34 -0400 Subject: [PATCH] Minor whitespace change --- plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.php b/plugin.php index 96d56c2..8fb166a 100644 --- a/plugin.php +++ b/plugin.php @@ -159,6 +159,7 @@ class PluginName { } // end filter_method_name } // end class + // TODO: update the instantiation call of your plugin to the name given at the class definition new PluginName(); ?> \ No newline at end of file