- Timestamp:
- 06/21/2023 01:52:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r55911 r55954 1013 1013 if ( apply_filters( 'wp_list_table_show_post_checkbox', $show, $post ) ) : 1014 1014 ?> 1015 <label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>"> 1015 <label class="label-covers-full-cell" for="cb-select-<?php the_ID(); ?>"> 1016 <span class="screen-reader-text"> 1016 1017 <?php 1017 1018 /* translators: %s: Post title. */ 1018 1019 printf( __( 'Select %s' ), _draft_or_post_title() ); 1019 1020 ?> 1021 </span> 1020 1022 </label> 1021 1023 <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.