summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 18:06:09 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 18:06:09 +0400
commitceb78471089b69f433bb41646e2c5016a4a19a1d (patch)
treefb6ca7a3e97a6eb7b91c8162a8a1a8ce835fb95d /classes/feeds.php
parent83dff597ce2c4fa0c303b83c369392c4eb19bafa (diff)
add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTON
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index ff6b864e5..0c643325f 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -143,6 +143,10 @@ class Feeds extends Handler_Protected {
//$reply .= "</h2";
+ foreach ($pluginhost->get_hooks($pluginhost::HOOK_HEADLINE_TOOLBAR_BUTTON) as $p) {
+ echo $p->hook_headline_toolbar_button($feed_id, $is_cat);
+ }
+
return $reply;
}