Changeset 14313 for trunk/wp-includes/load.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r14190 r14313 393 393 if ( is_multisite() ) { 394 394 if ( ! is_blog_installed() && ! defined( 'WP_INSTALLING' ) ) 395 wp_die( __( 'The blogyou 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.' ) ); 396 396 } elseif ( ! is_blog_installed() && false === strpos( $_SERVER['PHP_SELF'], 'install.php' ) && !defined( 'WP_INSTALLING' ) ) { 397 397 if ( defined( 'WP_SITEURL' ) )
Note: See TracChangeset
for help on using the changeset viewer.