From bb5e1a328d30785fc8d5ca866cd886110e3c37b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 18:16:30 +0400 Subject: enable 4th field in plugin->about() to serve as a more info link --- plugins/example/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/example') 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) { -- cgit v1.2.3-54-g00ecf