summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 554b34813..40e7648ff 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -689,14 +689,6 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div style=\"float : right\">";
- $reply['content'] .= "<img src=\"images/art-zoom.png\"
- onclick=\"zoomToArticle(event, $id)\"
- style=\"cursor : pointer\"
- alt='Zoom'
- title='".__('Open article in new tab')."'>";
-
- //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
-
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
$reply['content'] .= $p->hook_article_button($line);
}