diff --git a/src/wp-admin/network/sites.php b/src/wp-admin/network/sites.php index 9b8973c462..85db8d7e59 100644 --- a/src/wp-admin/network/sites.php +++ b/src/wp-admin/network/sites.php @@ -59,34 +59,26 @@ if ( isset( $_GET['action'] ) ) { nocache_headers(); header( 'Content-Type: text/html; charset=utf-8' ); } - if ( $current_site->blog_id == $id ) - wp_die( __( 'You are not allowed to change the current site.' ) ); - ?> - - > - - - <?php _e( 'WordPress › Confirm your action' ); ?> - - - - -

+ if ( $current_site->blog_id == $id ) { + wp_die( __( 'You are not allowed to change the current site.' ) ); + } + + require_once( ABSPATH . 'wp-admin/admin-header.php' ); + ?> +
+

- +
- - +