New import system. Very rough draft.

git-svn-id: https://develop.svn.wordpress.org/trunk@2800 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-08-21 07:03:23 +00:00
parent 91c19c4060
commit dfadec884f
13 changed files with 371 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
<?php
register_importer('textpattern', 'Textpattern', 'Import posts from your Textpattern blog', array($textpattern_import, 'dispatch'));
?>