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/import_export/import_export.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/import_export/import_export.php') diff --git a/plugins/import_export/import_export.php b/plugins/import_export/import_export.php index 7a843c45b..68597978b 100644 --- a/plugins/import_export/import_export.php +++ b/plugins/import_export/import_export.php @@ -12,6 +12,12 @@ class Import_Export extends Plugin implements IHandler { $host->add_command("xml-import", "USER FILE: import articles from XML", $this); } + function _about() { + return array(1.0, + "Imports and exports user data using a neutral XML format", + "fox"); + } + function xml_import($args) { array_shift($args); -- cgit v1.2.3