Changeset 1448

Show
Ignore:
Timestamp:
08/25/08 16:17:30 (3 months ago)
Author:
donncha
Message:

Minor changes, props momo360modena, #719

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1414 r1448  
    250250 
    251251if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics 
    252         return
     252        return false
    253253 
    254254include_once(ABSPATH . WPINC . '/streams.php'); 
     
    342342 
    343343if ( '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}" ) ) ) ); 
    345345 
    346346if( $current_blog->archived == '1' )