Changeset 45403 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/24/2019 09:55:21 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r45300 r45403 803 803 function choose_primary_blog() { 804 804 ?> 805 <table class="form-table" >805 <table class="form-table" role="presentation"> 806 806 <tr> 807 807 <?php /* translators: My sites label */ ?> … … 915 915 $admin_out = '<option value="' . esc_attr( $current_user->ID ) . '">' . $current_user->user_login . '</option>'; 916 916 ?> 917 <table class="form-table" >917 <table class="form-table" role="presentation"> 918 918 <?php 919 919 foreach ( ( $allusers = (array) $_POST['allusers'] ) as $user_id ) {
Note: See TracChangeset
for help on using the changeset viewer.