mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
5 lines
142 B
PHP
5 lines
142 B
PHP
|
<?php
|
||
|
register_importer('textpattern', 'Textpattern', 'Import posts from your Textpattern blog', array($textpattern_import, 'dispatch'));
|
||
|
?>
|
||
|
|