summaryrefslogtreecommitdiff
path: root/classes/feeds.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/feeds.php
parent7081aaa09bf57d908c77ba21276dcf71901eb184 (diff)
parent837ec70e3ee4378f4d7a0a616ad0f291b311152a (diff)
Merge branch 'master' of https://github.com/stickystyle/Tiny-Tiny-RSS
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;
}