leilukin-tumbleblog/modules/migrator/info.php

11 lines
401 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Migration Assistant", "migrator"),
"url" => "http://chyrplite.net/",
"version" => "2024.02",
"description" => __("Enables import from Wordpress, MovableType, TextPattern, and Tumblr.", "migrator"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://www.pimley.net/"
)
);