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

    r56449 r56450  
    10341034        if ( apply_filters( 'wp_list_table_show_post_checkbox', $show, $post ) ) :
    10351035            ?>
    1036             <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
    1037             <label for="cb-select-<?php the_ID(); ?>">
     1036            <label class="label-covers-full-cell" for="cb-select-<?php the_ID(); ?>">
    10381037                <span class="screen-reader-text">
    10391038                <?php
     
    10431042                </span>
    10441043            </label>
     1044            <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
    10451045            <div class="locked-indicator">
    10461046                <span class="locked-indicator-icon" aria-hidden="true"></span>
Note: See TracChangeset for help on using the changeset viewer.