Ticket #24463: 24463.diff
File 24463.diff, 760 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/class-wp-ms-sites-list-table.php
215 215 case 'cb': ?> 216 216 <th scope="row" class="check-column"> 217 217 <label class="screen-reader-text" for="blog_<?php echo $blog['blog_id']; ?>"><?php printf( __( 'Select %s' ), $blogname ); ?></label> 218 <?php if ( $current_site->id != $blog['blog_id'] ) { ?> 218 219 <input type="checkbox" id="blog_<?php echo $blog['blog_id'] ?>" name="allblogs[]" value="<?php echo esc_attr( $blog['blog_id'] ) ?>" /> 220 <?php } ?> 219 221 </th> 220 222 <?php 221 223 break;