X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b22765f41bf0b2021b9beb9120ee0ac91fa89292..HEAD:/wp-admin/network/settings.php diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index bad65475..5d81cdf3 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -13,9 +13,6 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); /** WordPress Translation Install API */ require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); -if ( ! is_multisite() ) - wp_die( __( 'Multisite support is not enabled.' ) ); - if ( ! current_user_can( 'manage_network_options' ) ) wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); @@ -40,8 +37,8 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Network Settings') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Documentation on Network Settings') . '

' . + '

' . __('Support Forums') . '

' ); if ( $_POST ) { @@ -107,7 +104,7 @@ if ( isset( $_GET['updated'] ) ) { - + @@ -309,7 +306,13 @@ if ( isset( $_GET['updated'] ) ) { - ' ); ?> + ' + ); + ?>