Changeset 45834 for branches/5.2/src/wp-admin/includes/ms.php
- Timestamp:
- 08/19/2019 04:12:44 AM (7 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/ms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/includes/ms.php
r45318 r45834 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.