- Timestamp:
- 08/24/2023 04:12:01 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r56449 r56450 1034 1034 if ( apply_filters( 'wp_list_table_show_post_checkbox', $show, $post ) ) : 1035 1035 ?> 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(); ?>"> 1038 1037 <span class="screen-reader-text"> 1039 1038 <?php … … 1043 1042 </span> 1044 1043 </label> 1044 <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" /> 1045 1045 <div class="locked-indicator"> 1046 1046 <span class="locked-indicator-icon" aria-hidden="true"></span>
Note: See TracChangeset
for help on using the changeset viewer.