From 4412b877d02c16c033a28fd2b9d9fafa9fd16214 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 14:13:03 +0400 Subject: implement HOOK_FEED_PARSED, add example plugin (refs #424) --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 25569302b..e87f3a7e3 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -11,6 +11,7 @@ class PluginHost { const HOOK_PREFS_TAB = 3; const HOOK_PREFS_SECTION = 4; const HOOK_PREFS_TABS = 5; + const HOOK_FEED_PARSED = 6; function __construct($link) { $this->link = $link; -- cgit v1.2.3-54-g00ecf