- Timestamp:
- 09/22/2023 07:56:48 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r56611 r56665 1035 1035 if ( apply_filters( 'wp_list_table_show_post_checkbox', $show, $post ) ) : 1036 1036 ?> 1037 <label class="label-covers-full-cell" for="cb-select-<?php the_ID(); ?>"> 1037 <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" /> 1038 <label for="cb-select-<?php the_ID(); ?>"> 1038 1039 <span class="screen-reader-text"> 1039 1040 <?php … … 1043 1044 </span> 1044 1045 </label> 1045 <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />1046 1046 <div class="locked-indicator"> 1047 1047 <span class="locked-indicator-icon" aria-hidden="true"></span>
Note: See TracChangeset
for help on using the changeset viewer.