Changeset 886
- Timestamp:
- 02/13/07 16:38:06 (2 years ago)
- Files:
-
- trunk/wpmu-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wpmu-settings.php
r871 r886 163 163 } 164 164 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 173 165 function is_installed() { 174 166 global $wpdb, $domain, $path;
