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

    r56449 r56450  
    896896        if ( $this->user_can ) {
    897897            ?>
    898         <input id="cb-select-<?php echo $comment->comment_ID; ?>" type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" />
    899         <label for="cb-select-<?php echo $comment->comment_ID; ?>">
     898        <label class="label-covers-full-cell" for="cb-select-<?php echo $comment->comment_ID; ?>">
    900899            <span class="screen-reader-text">
    901900            <?php
     
    905904            </span>
    906905        </label>
     906        <input id="cb-select-<?php echo $comment->comment_ID; ?>" type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" />
    907907            <?php
    908908        }
Note: See TracChangeset for help on using the changeset viewer.