]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/sites.php
WordPress 3.8
[autoinstalls/wordpress.git] / wp-admin / network / sites.php
index c5d353a97a0502979e5071c117421c1c38b1cf2b..5eae37eb9c165acd71009cf5ad39861da56bf0b6 100644 (file)
@@ -49,7 +49,8 @@ get_current_screen()->set_help_sidebar(
 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
 
 if ( isset( $_GET['action'] ) ) {
-       do_action( 'wpmuadminedit' , '' );
+       /** This action is documented in wp-admin/network/edit.php */
+       do_action( 'wpmuadminedit' );
 
        if ( 'confirm' === $_GET['action'] ) {
                check_admin_referer( 'confirm' );
@@ -64,6 +65,7 @@ if ( isset( $_GET['action'] ) ) {
                <!DOCTYPE html>
                <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
                        <head>
+                               <meta name="viewport" content="width=device-width" />
                                <title><?php _e( 'WordPress &rsaquo; Confirm your action' ); ?></title>
 
                                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -229,7 +231,6 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
 ?>
 
 <div class="wrap">
-<?php screen_icon( 'ms-admin' ); ?>
 <h2><?php _e( 'Sites' ) ?>
 
 <?php if ( current_user_can( 'create_sites') ) : ?>