wp/wp-admin/network/user-new.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 <?php
     1 <?php
     2 /**
     2 /**
     3  * Add New User network administration panel.
     3  * Add User network administration panel.
     4  *
     4  *
     5  * @package WordPress
     5  * @package WordPress
     6  * @subpackage Multisite
     6  * @subpackage Multisite
     7  * @since 3.1.0
     7  * @since 3.1.0
     8  */
     8  */
    95 		}
    95 		}
    96 	}
    96 	}
    97 }
    97 }
    98 
    98 
    99 // Used in the HTML title tag.
    99 // Used in the HTML title tag.
   100 $title       = __( 'Add New User' );
   100 $title       = __( 'Add User' );
   101 $parent_file = 'users.php';
   101 $parent_file = 'users.php';
   102 
   102 
   103 require_once ABSPATH . 'wp-admin/admin-header.php';
   103 require_once ABSPATH . 'wp-admin/admin-header.php';
   104 ?>
   104 ?>
   105 
   105 
   106 <div class="wrap">
   106 <div class="wrap">
   107 <h1 id="add-new-user"><?php _e( 'Add New User' ); ?></h1>
   107 <h1 id="add-new-user"><?php _e( 'Add User' ); ?></h1>
   108 <?php
   108 <?php
   109 if ( '' !== $message ) {
   109 if ( '' !== $message ) {
   110 	wp_admin_notice(
   110 	wp_admin_notice(
   111 		$message,
   111 		$message,
   112 		array(
   112 		array(