Make WordPress Core


Ignore:
Timestamp:
04/30/2010 01:54:32 AM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-edit.php

    r14277 r14313  
    8383            if ( false === $blog_details ) {
    8484                if ( is_numeric( $dashboard_blog ) )
    85                     wp_die( __( 'Dashboard blog_id must be a blog that already exists' ) );
     85                    wp_die( __( 'A dashboard site referenced by ID must already exist' ) );
    8686                if ( is_subdomain_install() ) {
    8787                    $domain = $dashboard_blog . '.' . $current_site->domain;
     
    9999        }
    100100        if ( is_wp_error( $dashboard_blog_id ) )
    101             wp_die( __( 'Problem creating dashboard blog: ' ) . $dashboard_blog_id->get_error_message() );
     101            wp_die( __( 'Problem creating dashboard site: ' ) . $dashboard_blog_id->get_error_message() );
    102102        if ( $_POST['dashboard_blog_orig'] != $_POST['dashboard_blog'] ) {
    103103            $users = get_users_of_blog( get_site_option( 'dashboard_blog' ) );
Note: See TracChangeset for help on using the changeset viewer.