]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
add HOOK_PREFS_EDIT_FEED
[tt-rss.git] / classes / pluginhost.php
index 9ebabeb8c343c8f2abc28f88fc6ab8517b80912c..c70d23274bc7bbc176bd40b5134a7ce7f62d47b9 100644 (file)
@@ -34,6 +34,7 @@ class PluginHost {
        const HOOK_HEADLINE_TOOLBAR_BUTTON = 17;
        const HOOK_HOTKEY_INFO = 18;
        const HOOK_ARTICLE_LEFT_BUTTON = 19;
+       const HOOK_PREFS_EDIT_FEED = 20;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;