Make WordPress Core


Ignore:
Timestamp:
07/09/2019 09:10:11 PM (6 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-media-list-table.php

    r45583 r45617  
    357357            ?>
    358358            <label class="screen-reader-text" for="cb-select-<?php echo $post->ID; ?>">
    359                                                                         <?php
    360                                                                         echo sprintf( __( 'Select %s' ), _draft_or_post_title() );
    361                                                                         ?>
     359                <?php printf( __( 'Select %s' ), _draft_or_post_title() ); ?>
    362360            </label>
    363361            <input type="checkbox" name="media[]" id="cb-select-<?php echo $post->ID; ?>" value="<?php echo $post->ID; ?>" />
Note: See TracChangeset for help on using the changeset viewer.