diff --git src/wp-admin/network/site-new.php src/wp-admin/network/site-new.php
index b2d2875..2fb59fc 100644
|
|
if ( ! empty( $messages ) ) { |
156 | 156 | <td><input name="blog[title]" type="text" class="regular-text" id="site-title" /></td> |
157 | 157 | </tr> |
158 | 158 | <tr class="form-field form-required"> |
159 | | <th scope="row"><label for="admin-email"><?php _e( 'Admin Email' ) ?></label></td> |
| 159 | <th scope="row"><label for="admin-email"><?php _e( 'Admin Email' ) ?></label></th> |
160 | 160 | <td><input name="blog[email]" type="email" class="regular-text wp-suggest-user" id="admin-email" data-autocomplete-type="search" data-autocomplete-field="user_email" /></td> |
161 | 161 | </tr> |
162 | 162 | <tr class="form-field"> |