summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-18 22:26:36 +0400
committerAndrew Dolgov <[email protected]>2013-03-18 22:26:36 +0400
commit2130fe7a18d7e1863575feda9ec39654541eee77 (patch)
treed451bfd97f26ba0128547e8a62793418e0d3278f /classes
parent5b18c93622e97b9a251f3b85bdb088022fd5c0f3 (diff)
add experimental HOOK_SANITIZE
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;