Changeset 1448
- Timestamp:
- 08/25/08 16:17:30 (3 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1414 r1448 250 250 251 251 if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics 252 return ;252 return false; 253 253 254 254 include_once(ABSPATH . WPINC . '/streams.php'); … … 342 342 343 343 if ( '2' == $current_blog->deleted ) 344 graceful_fail( sprintf( __( 'This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto:%1$s">%1$s</a>.' ), str_replace( '@', ' AT ', get_site_option( 'admin_email', "support@{$current_site->domain}" ) ) ) );344 graceful_fail( sprintf( __( 'This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto:%1$s">%1$s</a>.' ), str_replace( '@', ' AT ', get_site_option( 'admin_email', "support@{$current_site->domain}" ) ) ) ); 345 345 346 346 if( $current_blog->archived == '1' )
