- Timestamp:
- 06/21/2023 01:52:16 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r55949 r55954 412 412 if ( current_user_can( 'edit_post', $post->ID ) ) { 413 413 ?> 414 <label class="screen-reader-text" for="cb-select-<?php echo $post->ID; ?>"> 414 <label class="label-covers-full-cell" for="cb-select-<?php echo $post->ID; ?>"> 415 <span class="screen-reader-text"> 415 416 <?php 416 417 /* translators: Hidden accessibility text. %s: Attachment title. */ 417 418 printf( __( 'Select %s' ), _draft_or_post_title() ); 418 419 ?> 420 </span> 419 421 </label> 420 422 <input type="checkbox" name="media[]" id="cb-select-<?php echo $post->ID; ?>" value="<?php echo $post->ID; ?>" />
Note: See TracChangeset
for help on using the changeset viewer.