summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-21 10:58:06 +0400
committerAndrew Dolgov <[email protected]>2011-12-21 10:58:06 +0400
commit55ad22fa5574f65fdd70cea5e3b91398ee18b62a (patch)
tree832a3703c4c608a0bd6d5ae69cccaa21b16be32b /classes/feeds.php
parentd4e35925e0a14a4c746404d6d05cfe61109d7443 (diff)
add note plugin
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 5d55f2f02..1b2eb70ee 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -706,11 +706,6 @@ class Feeds extends Protected_Handler {
//$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
- $reply['content'] .= "<img src=\"images/art-pub-note.png\"
- style=\"cursor : pointer\" style=\"cursor : pointer\"
- onclick=\"editArticleNote($id)\"
- alt='PubNote' title='".__('Edit article note')."'>";
-
foreach ($button_plugins as $p) {
$reply['content'] .= $p->render($id, $line);
}