Make WordPress Core


Ignore:
Timestamp:
04/30/2010 03:17:49 AM (15 years ago)
Author:
nacin
Message:

s/blog/site/ in even more places. props PeteMall, see #11644.

File:
1 edited

Legend:

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

    r13907 r14315  
    4646    function greet() {
    4747        echo '<div class="narrow">';
    48         echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this blog.').'</p>';
     48        echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site.').'</p>';
    4949        echo '<p>'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'</p>';
    5050        wp_import_upload_form("admin.php?import=wordpress&amp;step=1");
Note: See TracChangeset for help on using the changeset viewer.