]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example/init.php
enable 4th field in plugin->about() to serve as a more info link
[tt-rss.git] / plugins / example / init.php
index 926a57da82b9ed1d6c71d61c3d7f10f44c65c54a..333efd92da7705c8760e3daa033f2adf3834c06b 100644 (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) {