Make WordPress Core


Ignore:
Timestamp:
07/09/2019 09:10:11 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove extra whitespace in list tables' column_cb() methods.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r45583 r45617  
    281281            ?>
    282282            <label class="screen-reader-text" for="blog_<?php echo $blog['blog_id']; ?>">
    283                                                                     <?php
    284                                                                     printf( __( 'Select %s' ), $blogname );
    285                                                                     ?>
     283                <?php printf( __( 'Select %s' ), $blogname ); ?>
    286284            </label>
    287285            <input type="checkbox" id="blog_<?php echo $blog['blog_id']; ?>" name="allblogs[]" value="<?php echo esc_attr( $blog['blog_id'] ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.