]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/edit.php
WordPress 4.7.2-scripts
[autoinstalls/wordpress.git] / wp-admin / network / edit.php
index 337a58e88627567e5a834c5deedbcca544deaf87..66f19426249ff88abdf2d5bf0d22ad68aeb3ac72 100644 (file)
@@ -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