From 6810a1de4213fb1e4354e410e3cfa7e10df12db9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Aug 2015 14:53:07 +0300 Subject: use dijit form widget for attachments dropdown --- classes/feeds.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index ced6bbb4a..afc720957 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -701,12 +701,13 @@ class Feeds extends Handler_Protected { $always_display_enclosures = sql_bool_to_bool($line["always_display_enclosures"]); - $reply['content'] .= format_article_enclosures($id, $always_display_enclosures, $line["content"], sql_bool_to_bool($line["hide_images"])); - $reply['content'] .= ""; $reply['content'] .= "
"; + $reply['content'] .= format_article_enclosures($id, $always_display_enclosures, $line["content"], sql_bool_to_bool($line["hide_images"])); + $reply['content'] .= "
"; + foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ARTICLE_LEFT_BUTTON) as $p) { $reply['content'] .= $p->hook_article_left_button($line); } -- cgit v1.2.3