Make WordPress Core


Ignore:
Timestamp:
08/24/2023 04:12:01 PM (14 months ago)
Author:
joedolson
Message:

Menus: Revert unintentional changes in [56449].

Accidentally committed two simultaneous patches; reverting unintended list table changes.

Unprops joedolson.
See #56594.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php

    r56449 r56450  
    236236        }
    237237        ?>
    238         <input type="checkbox" id="blog_<?php echo $user->ID; ?>" name="allusers[]" value="<?php echo esc_attr( $user->ID ); ?>" />
    239         <label for="blog_<?php echo $user->ID; ?>">
     238        <label class="label-covers-full-cell" for="blog_<?php echo $user->ID; ?>">
    240239            <span class="screen-reader-text">
    241240            <?php
     
    245244            </span>
    246245        </label>
     246        <input type="checkbox" id="blog_<?php echo $user->ID; ?>" name="allusers[]" value="<?php echo esc_attr( $user->ID ); ?>" />
    247247        <?php
    248248    }
Note: See TracChangeset for help on using the changeset viewer.