WordPress/wp-admin/import/greymatter.php

5 lines
138 B
PHP
Raw Normal View History

<?php
register_importer('greymatter', 'GreyMatter', 'Import posts from your Greymatter blog', array($greymatter_import, 'dispatch'));
?>