From 7a866114e1236da92c0a35c9441903640a6bdf63 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 15:39:42 +0400 Subject: add -list-plugins option; about sections to plugins --- plugins/note/note.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/note') diff --git a/plugins/note/note.php b/plugins/note/note.php index ebb0b5a25..c6c1ef903 100644 --- a/plugins/note/note.php +++ b/plugins/note/note.php @@ -3,6 +3,12 @@ class Note extends Plugin { private $link; private $host; + function _about() { + return array(1.0, + "Adds support for setting article notes", + "fox"); + } + function __construct($host) { $this->link = $host->get_link(); $this->host = $host; -- cgit v1.2.3