- 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-comments-list-table.php
r56449 r56450 896 896 if ( $this->user_can ) { 897 897 ?> 898 <input id="cb-select-<?php echo $comment->comment_ID; ?>" type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /> 899 <label for="cb-select-<?php echo $comment->comment_ID; ?>"> 898 <label class="label-covers-full-cell" for="cb-select-<?php echo $comment->comment_ID; ?>"> 900 899 <span class="screen-reader-text"> 901 900 <?php … … 905 904 </span> 906 905 </label> 906 <input id="cb-select-<?php echo $comment->comment_ID; ?>" type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /> 907 907 <?php 908 908 }
Note: See TracChangeset
for help on using the changeset viewer.