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

    r56449 r56450  
    994994        } else {
    995995            $checkbox = sprintf(
    996                 '<input type="checkbox" name="checked[]" value="%3$s" id="%1$s" />' .
    997                 '<label for="%1$s"><span class="screen-reader-text">%2$s</span></label>',
     996                '<label class="label-covers-full-cell" for="%1$s"><span class="screen-reader-text">%2$s</span></label>' .
     997                '<input type="checkbox" name="checked[]" value="%3$s" id="%1$s" />',
    998998                $checkbox_id,
    999999                /* translators: Hidden accessibility text. %s: Plugin name. */
Note: See TracChangeset for help on using the changeset viewer.