diff options
| author | Barak Korren <barak.korren@gmail.com> | 2013-04-01 18:39:57 +0300 |
|---|---|---|
| committer | Barak Korren <barak.korren@gmail.com> | 2013-04-01 18:39:57 +0300 |
| commit | 3f44977129ef0ab3c6233dc94d8c46ca2fa039f0 (patch) | |
| tree | 53001b5acd5637666abe9281f880c33376ab0466 /classes/pluginhost.php | |
| parent | 32b7a340adb9c1acd209049512c0b5d53ed04276 (diff) | |
| parent | c050148df4b81eca3c0e1110b94a649e9b56f9b0 (diff) | |
Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git into tunable-fetches
Diffstat (limited to 'classes/pluginhost.php')
| -rw-r--r-- | classes/pluginhost.php | 3 |
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; |