summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorRyan Parrish <[email protected]>2013-04-01 10:41:20 -0400
committerRyan Parrish <[email protected]>2013-04-01 10:41:20 -0400
commitf4bae03a6ef44dbc37138200c8691e17078dbe69 (patch)
tree02ae082335e88869d0075fa9d9559825829c8a6d /classes/pluginhost.php
parent7081aaa09bf57d908c77ba21276dcf71901eb184 (diff)
parent837ec70e3ee4378f4d7a0a616ad0f291b311152a (diff)
Merge branch 'master' of https://github.com/stickystyle/Tiny-Tiny-RSS
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index a6ba72fc6..5b8a77fd6 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -24,6 +24,9 @@ class PluginHost {
const HOOK_FEED_FETCHED = 12;
const HOOK_SANITIZE = 13;
const HOOK_RENDER_ARTICLE_API = 14;
+ const HOOK_TOOLBAR_BUTTON = 15;
+ const HOOK_ACTION_ITEM = 16;
+ const HOOK_HEADLINE_TOOLBAR_BUTTON = 17;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;