summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/themes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index bc8ecbe..cec0e7a 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -6,6 +6,8 @@ $ct = current_theme_info();
$allowed_themes = get_site_option( "allowed_themes" );
if( $allowed_themes == false ) {
$allowed_themes = $themes;
+ if( $blog_id != 1 )
+ unset( $allowed_themes[ "WordPress MU Home Default" ] );
}
$blog_allowed_themes = get_option( "allowed_themes" );