1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

Revert "add experimental HOOK_SANITIZE"

This reverts commit 2130fe7a18.
This commit is contained in:
Andrew Dolgov
2013-03-19 00:00:13 +04:00
parent 2130fe7a18
commit be124dc236
2 changed files with 5 additions and 19 deletions

View File

@@ -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;