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