- Timestamp:
- 06/21/2023 01:52:16 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r55911 r55954 412 412 $blogname = untrailingslashit( $blog['domain'] . $blog['path'] ); 413 413 ?> 414 <label class="screen-reader-text" for="blog_<?php echo $blog['blog_id']; ?>"> 414 <label class="label-covers-full-cell" for="blog_<?php echo $blog['blog_id']; ?>"> 415 <span class="screen-reader-text"> 415 416 <?php 416 417 /* translators: %s: Site URL. */ 417 418 printf( __( 'Select %s' ), $blogname ); 418 419 ?> 420 </span> 419 421 </label> 420 422 <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]"
Note: See TracChangeset
for help on using the changeset viewer.