Make WordPress Core

Ticket #24463: 24463.diff

File 24463.diff, 760 bytes (added by ericlewis, 12 years ago)
  • wp-admin/includes/class-wp-ms-sites-list-table.php

     
    215215                                        case 'cb': ?>
    216216                                                <th scope="row" class="check-column">
    217217                                                        <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'] ) { ?>
    218219                                                        <input type="checkbox" id="blog_<?php echo $blog['blog_id'] ?>" name="allblogs[]" value="<?php echo esc_attr( $blog['blog_id'] ) ?>" />
     220                                                        <?php } ?>
    219221                                                </th>
    220222                                        <?php
    221223                                        break;