summaryrefslogtreecommitdiff
path: root/plugins/example_feed/example_feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_feed/example_feed.php')
-rw-r--r--plugins/example_feed/example_feed.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/example_feed/example_feed.php b/plugins/example_feed/example_feed.php
index 26f392bd7..205594edd 100644
--- a/plugins/example_feed/example_feed.php
+++ b/plugins/example_feed/example_feed.php
@@ -7,6 +7,12 @@ class Example_Feed extends Plugin {
private $link;
private $host;
+ function _about() {
+ return array(1.0,
+ "Example feed plugin",
+ "fox");
+ }
+
function __construct($host) {
$this->link = $host->get_link();
$this->host = $host;