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