Some UI cleanups, changes, and various miscellany.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-10-06 01:14:47 +00:00
parent 7757b7ff4e
commit c437b9c9b0
27 changed files with 2105 additions and 1955 deletions

View File

@@ -20,8 +20,10 @@ class LJ_Import {
}
function greet() {
echo '<div class="narrow">';
echo '<p>'.__('Howdy! This importer allows you to extract posts from LiveJournal XML export file into your blog. Pick a LiveJournal file to upload and click Import.').'</p>';
wp_import_upload_form("admin.php?import=livejournal&amp;step=1");
echo '</div>';
}
function import_posts() {