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/identica/identica.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/identica') diff --git a/plugins/identica/identica.php b/plugins/identica/identica.php index 5b7d4b3f6..67ca6ae2c 100644 --- a/plugins/identica/identica.php +++ b/plugins/identica/identica.php @@ -10,6 +10,12 @@ class Identica extends Plugin { $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this); } + function _about() { + return array(1.0, + "Share on Identi.ca", + "fox"); + } + function get_js() { return file_get_contents(dirname(__FILE__) . "/identica.js"); } -- cgit v1.2.3