From 9703162f57a91a570b61f51522db7446fd7175b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 22:19:46 +0300 Subject: plugins: note,shared - move to iconfont --- plugins/note/init.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/note/init.php') diff --git a/plugins/note/init.php b/plugins/note/init.php index ac908a5ba..d97bf678b 100644 --- a/plugins/note/init.php +++ b/plugins/note/init.php @@ -22,10 +22,8 @@ class Note extends Plugin { function hook_article_button($line) { - return ""; + return "note_add"; } function edit() { -- cgit v1.2.3-54-g00ecf