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/rss.php

    r4165 r4349  
    2222
    2323    function greet() {
     24        echo '<div class="narrow">';
    2425        echo '<p>'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'</p>';
    2526        wp_import_upload_form("admin.php?import=rss&amp;step=1");
     27        echo '</div>';
    2628    }
    2729
Note: See TracChangeset for help on using the changeset viewer.