From af7c7642bb62759fb2cc39d897cc5bd1a592fb5b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 11 Feb 2016 20:37:30 -0800 Subject: whitespace --- include/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/plugin.php') diff --git a/include/plugin.php b/include/plugin.php index a47558b63..da4568ad7 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -291,7 +291,7 @@ function call_hooks($name, &$data = null) { $func = $hook[1]; $func($a, $data); } else { - // remove orphan hooks + q("DELETE FROM hook WHERE hook = '%s' AND file = '%s' AND function = '%s'", dbesc($name), dbesc($hook[0]), -- cgit v1.2.3