summaryrefslogtreecommitdiffstats
path: root/wpmu-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-13 16:38:06 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-13 16:38:06 +0000
commit84e1340312afb1305563423246ad27aa637d7f69 (patch)
treeacae7fea9d077a035a1147011436f3d313c21c36 /wpmu-settings.php
parent7f7b5d5ea2130f88e69ce10a913f8359a1c6ed0c (diff)
downloadwordpress-mu-84e1340312afb1305563423246ad27aa637d7f69.tar.gz
wordpress-mu-84e1340312afb1305563423246ad27aa637d7f69.tar.xz
wordpress-mu-84e1340312afb1305563423246ad27aa637d7f69.zip
Don't check blog status here. It's too early
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@886 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wpmu-settings.php')
-rw-r--r--wpmu-settings.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/wpmu-settings.php b/wpmu-settings.php
index ad5f9c2..6be2891 100644
--- a/wpmu-settings.php
+++ b/wpmu-settings.php
@@ -162,14 +162,6 @@ if( '0' == $current_blog->public ) {
// This just means the blog shouldn't show up in google, etc. Only to registered members
}
-if( $current_blog->archived == '1' ) {
- die( 'This blog has been archived or suspended.' );
-}
-
-if( $current_blog->spam == '1' ) {
- die( 'This blog has been archived or suspended.' );
-}
-
function is_installed() {
global $wpdb, $domain, $path;
$base = stripslashes( $base );