summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 18:16:30 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 18:16:30 +0400
commitbb5e1a328d30785fc8d5ca866cd886110e3c37b9 (patch)
treeb5d5fa4abf06d1db3be13d2bce721c747580484c /plugins
parent27f018bab7718fa2675d35430d98526eecae52d2 (diff)
enable 4th field in plugin->about() to serve as a more info link
Diffstat (limited to 'plugins')
-rw-r--r--plugins/example/init.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/example/init.php b/plugins/example/init.php
index 926a57da8..333efd92d 100644
--- a/plugins/example/init.php
+++ b/plugins/example/init.php
@@ -10,7 +10,8 @@ class Example extends Plugin {
return array(1.0,
"Example plugin #1",
"fox",
- true);
+ true,
+ "http://site.com");
}
function init($host) {