Make WordPress Core

Changeset 14326


Ignore:
Timestamp:
05/01/2010 07:09:38 AM (15 years ago)
Author:
nacin
Message:

s/blog/site/ in more places.

Location:
trunk
Files:
7 edited

Legend:

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

    r13377 r14326  
    3030    function greet() {
    3131        echo '<div class="narrow">';
    32         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>';
     32        echo '<p>'.__('Howdy! This importer allows you to extract posts from Blogware XML export file into your site. Pick a Blogware file to upload and click Import.').'</p>';
    3333        wp_import_upload_form("admin.php?import=blogware&amp;step=1");
    3434        echo '</div>';
  • trunk/wp-admin/import/textpattern.php

    r14165 r14326  
    6565    function greet() {
    6666        echo '<div class="narrow">';
    67         echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'</p>';
     67        echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this site.').'</p>';
    6868        echo '<p>'.__('This has not been tested on previous versions of Textpattern.  Mileage may vary.').'</p>';
    6969        echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
  • trunk/wp-admin/includes/schema.php

    r14315 r14326  
    676676    $welcome_email = __( 'Dear User,
    677677
    678 Your new SITE_NAME blog has been successfully set up at:
     678Your new SITE_NAME site has been successfully set up at:
    679679BLOG_URL
    680680
     
    684684Login Here: BLOG_URLwp-login.php
    685685
    686 We hope you enjoy your new blog.
     686We hope you enjoy your new site.
    687687Thanks!
    688688
  • trunk/wp-admin/includes/upgrade.php

    r14315 r14326  
    321321Password: %3\$s
    322322
    323 We hope you enjoy your new blog. Thanks!
     323We hope you enjoy your new site. Thanks!
    324324
    325325--The WordPress Team
  • trunk/wp-admin/user-new.php

    r14315 r14326  
    2424You've been invited to join '%s' at
    2525%s as a %s.
    26 If you do not want to join this blog please ignore
     26If you do not want to join this site please ignore
    2727this email. This invitation will expire in a few days.
    2828
  • trunk/wp-includes/default-widgets.php

    r14315 r14326  
    1616
    1717    function WP_Widget_Pages() {
    18         $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your blog&#8217;s WordPress Pages') );
     18        $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'Your site&#8217;s WordPress Pages') );
    1919        $this->WP_Widget('pages', __('Pages'), $widget_ops);
    2020    }
  • trunk/wp-includes/ms-functions.php

    r14315 r14326  
    975975        $welcome_email = stripslashes( __( 'Dear User,
    976976
    977 Your new SITE_NAME blog has been successfully set up at:
     977Your new SITE_NAME site has been successfully set up at:
    978978BLOG_URL
    979979
     
    983983Login Here: BLOG_URLwp-login.php
    984984
    985 We hope you enjoy your new blog.
     985We hope you enjoy your new site.
    986986Thanks!
    987987
Note: See TracChangeset for help on using the changeset viewer.