summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 18:51:24 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 18:51:24 +0400
commit3c8665e239ff1281e87470efb7d793ddfcca1404 (patch)
treec82111f56915d44ddf031c3f750a5f7d6285240f /include/functions.php
parentb7041615c43e4c5f7dd44a13ab55f7314f7ae8ba (diff)
parentf9df3e698c8fb839cf0aa8bfbaf316a2bda13e74 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 9c58f807a..f273e2f80 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1934,6 +1934,11 @@
"help_dialog" => __("Show help dialog"))
);
+ global $pluginhost;
+ foreach ($pluginhost->get_hooks($pluginhost::HOOK_HOTKEY_INFO) as $plugin) {
+ $hotkeys = $plugin->hook_hotkey_info($hotkeys);
+ }
+
return $hotkeys;
}