summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-07 15:29:17 +0300
committerAndrew Dolgov <[email protected]>2017-01-07 15:29:17 +0300
commit6293d3717c32ca338c8e9d69b9eb70ed423b6ee5 (patch)
tree3fe5c794c86a215a503a1bb46044bea1970adcfa /classes
parent4822485a745b783563fa3572992c581f0b2d8631 (diff)
add toggle_sidebar plugin, remove obsolete toggle button
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 675e0af17..82565257a 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -50,6 +50,7 @@ class PluginHost {
const HOOK_RENDER_ENCLOSURE = 29;
const HOOK_ARTICLE_FILTER_ACTION = 30;
const HOOK_ARTICLE_EXPORT_FEED = 31;
+ const HOOK_MAIN_TOOLBAR_BUTTON = 32;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;