Changeset 45834 for branches/5.2/src/wp-admin/user-edit.php
- Timestamp:
- 08/19/2019 04:12:44 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/user-edit.php
r45140 r45834 256 256 <h2><?php _e( 'Personal Options' ); ?></h2> 257 257 258 <table class="form-table" >258 <table class="form-table" role="presentation"> 259 259 <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?> 260 260 <tr class="user-rich-editing-wrap"> … … 386 386 <h2><?php _e( 'Name' ); ?></h2> 387 387 388 <table class="form-table" >388 <table class="form-table" role="presentation"> 389 389 <tr class="user-user-login-wrap"> 390 390 <th><label for="user_login"><?php _e( 'Username' ); ?></label></th> … … 483 483 <h2><?php _e( 'Contact Info' ); ?></h2> 484 484 485 <table class="form-table" >485 <table class="form-table" role="presentation"> 486 486 <tr class="user-email-wrap"> 487 487 <th><label for="email"><?php _e( 'Email' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th> … … 552 552 <h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the user' ); ?></h2> 553 553 554 <table class="form-table" >554 <table class="form-table" role="presentation"> 555 555 <tr class="user-description-wrap"> 556 556 <th><label for="description"><?php _e( 'Biographical Info' ); ?></label></th> … … 608 608 609 609 <h2><?php _e( 'Account Management' ); ?></h2> 610 <table class="form-table" >610 <table class="form-table" role="presentation"> 611 611 <tr id="password" class="user-pass1-wrap"> 612 612 <th><label for="pass1"><?php _e( 'New Password' ); ?></label></th> … … 729 729 ?> 730 730 <h2><?php _e( 'Additional Capabilities' ); ?></h2> 731 <table class="form-table" >731 <table class="form-table" role="presentation"> 732 732 <tr class="user-capabilities-wrap"> 733 733 <th scope="row"><?php _e( 'Capabilities' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.