]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/theme-install.php
WordPress 4.7-scripts
[autoinstalls/wordpress.git] / wp-admin / network / theme-install.php
index c666eaff1c0e9c18627b4ae779347e8f78733638..4d4ee5ce86d29719c24c147ce6fac1b87edd9967 100644 (file)
@@ -13,7 +13,4 @@ if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) )
 /** Load WordPress Administration Bootstrap */
 require_once( dirname( __FILE__ ) . '/admin.php' );
 
-if ( ! is_multisite() )
-       wp_die( __( 'Multisite support is not enabled.' ) );
-
 require( ABSPATH . 'wp-admin/theme-install.php' );