diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 31bf9ca31a..302a2bccb5 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -84,7 +84,7 @@ function ms_site_check() { if ( is_super_admin() ) return true; - $blog = get_blog_details(); + $blog = get_site(); if ( '1' == $blog->deleted ) { if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6830c52099..254cfd3f1c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38903'; +$wp_version = '4.7-alpha-38904'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.