Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/load.php

    r14190 r14313  
    393393    if ( is_multisite() ) {
    394394        if ( ! is_blog_installed() && ! defined( 'WP_INSTALLING' ) )
    395             wp_die( __( 'The blog you have requested is not installed properly. Please contact the system administrator.' ) );
     395            wp_die( __( 'The site you have requested is not installed properly. Please contact the system administrator.' ) );
    396396    } elseif ( ! is_blog_installed() && false === strpos( $_SERVER['PHP_SELF'], 'install.php' ) && !defined( 'WP_INSTALLING' ) ) {
    397397        if ( defined( 'WP_SITEURL' ) )
Note: See TracChangeset for help on using the changeset viewer.