Changeset 886

Show
Ignore:
Timestamp:
02/13/07 16:38:06 (2 years ago)
Author:
donncha
Message:

Don't check blog status here. It's too early

Files:

Legend:

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

    r871 r886  
    163163} 
    164164 
    165 if( $current_blog->archived == '1' ) { 
    166     die( 'This blog has been archived or suspended.' ); 
    167 } 
    168  
    169 if( $current_blog->spam == '1' ) { 
    170     die( 'This blog has been archived or suspended.' ); 
    171 } 
    172  
    173165function is_installed() { 
    174166        global $wpdb, $domain, $path;