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-sites-list-table.php

    r56449 r56450  
    421421            $blogname = untrailingslashit( $blog['domain'] . $blog['path'] );
    422422            ?>
    423             <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]"
    424                 value="<?php echo esc_attr( $blog['blog_id'] ); ?>" />
    425             <label for="blog_<?php echo $blog['blog_id']; ?>">
     423            <label class="label-covers-full-cell" for="blog_<?php echo $blog['blog_id']; ?>">
    426424                <span class="screen-reader-text">
    427425                <?php
     
    431429                </span>
    432430            </label>
     431            <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]"
     432                value="<?php echo esc_attr( $blog['blog_id'] ); ?>" />
    433433            <?php
    434434        endif;
Note: See TracChangeset for help on using the changeset viewer.