Changeset 38657 for trunk/src/wp-admin/network/admin.php
- Timestamp:
- 09/27/2016 03:38:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/admin.php
r37488 r38657 13 13 require_once( dirname( dirname( __FILE__ ) ) . '/admin.php' ); 14 14 15 if ( ! is_multisite() ) 15 // Do not remove this check. It is required by individual network admin pages. 16 if ( ! is_multisite() ) { 16 17 wp_die( __( 'Multisite support is not enabled.' ) ); 18 } 17 19 18 20 $redirect_network_admin_request = 0 !== strcasecmp( $current_blog->domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path );
Note: See TracChangeset
for help on using the changeset viewer.