summaryrefslogtreecommitdiff
path: root/plugins/import_export
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 15:39:42 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 15:39:42 +0400
commit7a866114e1236da92c0a35c9441903640a6bdf63 (patch)
tree26dc394da101e9d7a785ec8c793837a2d18ee956 /plugins/import_export
parent6b31c9f2fb2f53402743c6d9358d68918a4fa0af (diff)
add -list-plugins option; about sections to plugins
Diffstat (limited to 'plugins/import_export')
-rw-r--r--plugins/import_export/import_export.php6
1 files changed, 6 insertions, 0 deletions
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);