summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-26 08:15:58 +0300
committerAndrew Dolgov <[email protected]>2019-02-26 08:15:58 +0300
commitcee76f4d4923ba3c904bfb1114cdc02eee88d38d (patch)
tree7e03125aa04dbbb7e826573748e64f666fbdfde9 /plugins/bookmarklets
parent8819272db16725e49c9d3fce4fc12587d3e89240 (diff)
bookmarklets: add more info link
Diffstat (limited to 'plugins/bookmarklets')
-rw-r--r--plugins/bookmarklets/init.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php
index 9669afefe..3b13ef10d 100644
--- a/plugins/bookmarklets/init.php
+++ b/plugins/bookmarklets/init.php
@@ -5,7 +5,9 @@ class Bookmarklets extends Plugin {
function about() {
return array(1.0,
"Easy feed subscription and web page sharing using bookmarklets",
- "fox");
+ "fox",
+ false,
+ "https://git.tt-rss.org/fox/tt-rss/wiki/ShareAnything");
}
function init($host) {