X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-admin/network/edit.php diff --git a/wp-admin/network/edit.php b/wp-admin/network/edit.php index 337a58e8..66f19426 100644 --- a/wp-admin/network/edit.php +++ b/wp-admin/network/edit.php @@ -10,9 +10,6 @@ /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); -if ( ! is_multisite() ) - wp_die( __( 'Multisite support is not enabled.' ) ); - if ( empty( $_GET['action'] ) ) { wp_redirect( network_admin_url() ); exit; @@ -31,7 +28,7 @@ do_action( 'wpmuadminedit' ); /** * Fires the requested handler action. * - * The dynamic portion of the hook name, $_GET['action'], refers to the name + * The dynamic portion of the hook name, `$_GET['action']`, refers to the name * of the requested action. * * @since 3.1.0