summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 00:00:13 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 00:00:13 +0400
commitbe124dc2361539455121fa29c77bf60a85014b13 (patch)
tree900a8059e023a2646f712a0ebc9e69f3b5e40429 /classes
parent2130fe7a18d7e1863575feda9ec39654541eee77 (diff)
Revert "add experimental HOOK_SANITIZE"
This reverts commit 2130fe7a18d7e1863575feda9ec39654541eee77.
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 79544b01b..592629881 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -21,7 +21,6 @@ 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;