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'] .= "
"; - $reply['content'] .= "Zoom"; - - //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES); - foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) { $reply['content'] .= $p->hook_article_button($line); } diff --git a/images/art-zoom.png b/images/art-zoom.png deleted file mode 100644 index 8b7129824..000000000 Binary files a/images/art-zoom.png and /dev/null differ diff --git a/include/functions.php b/include/functions.php index 2dc342617..7409ec76a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2951,11 +2951,6 @@ id=\"ATSTRTIP-$id\" connectId=\"ATSTR-$id\" position=\"below\">$tags_str_full
"; - $rv['content'] .= "Zoom"; - global $pluginhost; foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {