Make WordPress Core


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

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

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

    r4165 r4349  
    2626
    2727    function greet() {
     28        echo '<div class="narrow">';
    2829        echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts and comments into this blog.').'</p>';
    2930        wp_import_upload_form("admin.php?import=wordpress&amp;step=1");
     31        echo '</div>';
    3032    }
    3133
Note: See TracChangeset for help on using the changeset viewer.