- 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-ms-sites-list-table.php
r56586 r56665 421 421 $blogname = untrailingslashit( $blog['domain'] . $blog['path'] ); 422 422 ?> 423 <label class="label-covers-full-cell" for="blog_<?php echo $blog['blog_id']; ?>"> 423 <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]" value="<?php echo esc_attr( $blog['blog_id'] ); ?>" /> 424 <label for="blog_<?php echo $blog['blog_id']; ?>"> 424 425 <span class="screen-reader-text"> 425 426 <?php … … 429 430 </span> 430 431 </label> 431 <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]"432 value="<?php echo esc_attr( $blog['blog_id'] ); ?>" />433 432 <?php 434 433 endif;
Note: See TracChangeset
for help on using the changeset viewer.