1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 21:55:56 +00:00

enable 4th field in plugin->about() to serve as a more info link

This commit is contained in:
Andrew Dolgov
2013-03-27 18:16:30 +04:00
parent 27f018bab7
commit bb5e1a328d
2 changed files with 16 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ class Example extends Plugin {
return array(1.0,
"Example plugin #1",
"fox",
true);
true,
"http://site.com");
}
function init($host) {