Make WordPress Core


Ignore:
Timestamp:
08/24/2023 04:12:01 PM (3 years 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-links-list-table.php

    r56449 r56450  
    175175
    176176                ?>
    177                 <input type="checkbox" name="linkcheck[]" id="cb-select-<?php echo $link->link_id; ?>" value="<?php echo esc_attr( $link->link_id ); ?>" />
    178                 <label for="cb-select-<?php echo $link->link_id; ?>">
     177                <label class="label-covers-full-cell" for="cb-select-<?php echo $link->link_id; ?>">
    179178                        <span class="screen-reader-text">
    180179                        <?php
     
    184183                        </span>
    185184                </label>
     185                <input type="checkbox" name="linkcheck[]" id="cb-select-<?php echo $link->link_id; ?>" value="<?php echo esc_attr( $link->link_id ); ?>" />
    186186                <?php
    187187        }
Note: See TracChangeset for help on using the changeset viewer.