From 057177eb2c38f62e384752ad06a9d59707dd3647 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Apr 2013 14:21:08 +0400 Subject: add HOOK_PREFS_EDIT_FEED --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 9ebabeb8c..c70d23274 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -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; -- cgit v1.2.3-54-g00ecf