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/updater/updater.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/updater') diff --git a/plugins/updater/updater.php b/plugins/updater/updater.php index 0aee1ba79..c85ef3280 100644 --- a/plugins/updater/updater.php +++ b/plugins/updater/updater.php @@ -4,6 +4,12 @@ class Updater extends Plugin { private $link; private $host; + function _about() { + return array(1.0, + "Updates tt-rss installation to latest version.", + "fox"); + } + function __construct($host) { $this->link = $host->get_link(); $this->host = $host; -- cgit v1.2.3