Changeset 45834 for branches/5.2/src/wp-admin/user-new.php
- Timestamp:
- 08/19/2019 04:12:44 AM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/user-new.php
r45204 r45834 394 394 <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?> 395 395 396 <table class="form-table" >396 <table class="form-table" role="presentation"> 397 397 <tr class="form-field form-required"> 398 398 <th scope="row"><label for="adduser-email"><?php echo $label; ?></label></th> … … 463 463 464 464 ?> 465 <table class="form-table" >465 <table class="form-table" role="presentation"> 466 466 <tr class="form-field form-required"> 467 467 <th scope="row"><label for="user_login"><?php _e( 'Username' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
Note: See TracChangeset
for help on using the changeset viewer.