summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/user-new.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/user-new.php')
-rw-r--r--www/crm/wp-admin/user-new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crm/wp-admin/user-new.php b/www/crm/wp-admin/user-new.php
index 6f38312c..0d374380 100644
--- a/www/crm/wp-admin/user-new.php
+++ b/www/crm/wp-admin/user-new.php
@@ -393,7 +393,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) {
<input name="action" type="hidden" value="adduser" />
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tr class="form-field form-required">
<th scope="row"><label for="adduser-email"><?php echo $label; ?></label></th>
<td><input name="email" type="<?php echo $type; ?>" id="adduser-email" class="wp-suggest-user" value="" /></td>
@@ -462,7 +462,7 @@ if ( current_user_can( 'create_users' ) ) {
$new_user_ignore_pass = $creating && isset( $_POST['noconfirmation'] ) ? wp_unslash( $_POST['noconfirmation'] ) : '';
?>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tr class="form-field form-required">
<th scope="row"><label for="user_login"><?php _e( 'Username' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
<td><input name="user_login" type="text" id="user_login" value="<?php echo esc_attr( $new_user_login ); ?>" aria-required="true" autocapitalize="none" autocorrect="off" maxlength="60" /></td>