summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 18:58:42 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 19:00:18 +0400
commite9b86f0a1c6165f4f06b1f7909889abfea96b620 (patch)
tree22184d7c504cfbd4d06cac8d6cb9b30b45fd379f /classes
parent1d5cf085a37e8e016242c9cfea631a90861ab306 (diff)
reimplement HOOK_SANITIZE (plugs before final removal of harmful tags)
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 592629881..79544b01b 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -21,6 +21,7 @@ class PluginHost {
const HOOK_RENDER_ARTICLE = 10;
const HOOK_RENDER_ARTICLE_CDM = 11;
const HOOK_FEED_FETCHED = 12;
+ const HOOK_SANITIZE = 13;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;