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:
@@ -10,7 +10,8 @@ class Example extends Plugin {
|
||||
return array(1.0,
|
||||
"Example plugin #1",
|
||||
"fox",
|
||||
true);
|
||||
true,
|
||||
"http://site.com");
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
|
||||
Reference in New Issue
Block a user