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/update-core.php

    r56449 r56450  
    572572        <td class="check-column">
    573573            <?php if ( $compatible_php ) : ?>
    574                 <label for="<?php echo $checkbox_id; ?>">
     574                <label for="<?php echo $checkbox_id; ?>" class="label-covers-full-cell">
    575575                    <span class="screen-reader-text">
    576576                    <?php
     
    750750        <td class="check-column">
    751751            <?php if ( $compatible_wp && $compatible_php ) : ?>
    752                 <label for="<?php echo $checkbox_id; ?>">
     752                <label for="<?php echo $checkbox_id; ?>" class="label-covers-full-cell">
    753753                    <span class="screen-reader-text">
    754754                    <?php
Note: See TracChangeset for help on using the changeset viewer.