summaryrefslogtreecommitdiff
path: root/include
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 /include
parentd4e35925e0a14a4c746404d6d05cfe61109d7443 (diff)
add note plugin
Diffstat (limited to 'include')
-rw-r--r--include/functions.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/functions.php b/include/functions.php
index b00817563..90acc103a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3277,13 +3277,6 @@
onclick=\"postOpenInNewTab(event, $id)\"
alt='Zoom' title='".__('Open article in new tab')."'>";
- //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
-
- $rv['content'] .= "<img src=\"".theme_image($link, 'images/art-pub-note.png')."\"
- class='tagsPic' style=\"cursor : pointer\"
- onclick=\"editArticleNote($id)\"
- alt='PubNote' title='".__('Edit article note')."'>";
-
$button_plugins = explode(",", ARTICLE_BUTTON_PLUGINS);
foreach ($button_plugins as $p) {