summaryrefslogtreecommitdiff
path: root/plugins/import_export/import_export.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/import_export/import_export.php')
-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);