summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/network/site-new.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/network/site-new.php')
-rw-r--r--www/crm/wp-admin/network/site-new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crm/wp-admin/network/site-new.php b/www/crm/wp-admin/network/site-new.php
index 5dfe03b5..318c7b44 100644
--- a/www/crm/wp-admin/network/site-new.php
+++ b/www/crm/wp-admin/network/site-new.php
@@ -224,7 +224,7 @@ printf(
</p>
<form method="post" action="<?php echo network_admin_url( 'site-new.php?action=add-site' ); ?>" novalidate="novalidate">
<?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ); ?>
- <table class="form-table">
+ <table class="form-table" role="presentation">
<tr class="form-field form-required">
<th scope="row"><label for="site-address"><?php _e( 'Site Address (URL)' ); ?> <span class="required">*</span></label></th>
<td>
@@ -281,7 +281,7 @@ printf(
<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" aria-describedby="site-admin-email" required /></td>
</tr>
<tr class="form-field">
- <td colspan="2"><p id="site-admin-email"><?php _e( 'A new user will be created if the above email address is not in the database.' ); ?><br /><?php _e( 'The username and a link to set the password will be mailed to this email address.' ); ?></p></td>
+ <td colspan="2" class="td-full"><p id="site-admin-email"><?php _e( 'A new user will be created if the above email address is not in the database.' ); ?><br /><?php _e( 'The username and a link to set the password will be mailed to this email address.' ); ?></p></td>
</tr>
</table>