whitespace

This commit is contained in:
redmatrix
2016-02-11 20:37:30 -08:00
parent a87efe45e0
commit af7c7642bb
2 changed files with 2 additions and 1 deletions

View File

@@ -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]),