Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (18 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/blogware.php

    r4165 r4349  
    2323   
    2424    function greet() {
     25        echo '<div class="narrow">';
    2526        echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your blog.  Pick a Blogware file to upload and click Import.').'</p>';
    2627        wp_import_upload_form("admin.php?import=blogware&amp;step=1");
     28        echo '</div>';
    2729    }
    2830
Note: See TracChangeset for help on using the changeset viewer.