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-posts-list-table.php

    r45583 r45617  
    918918            ?>
    919919            <label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>">
    920                                                                                 <?php
    921                                                                                 printf( __( 'Select %s' ), _draft_or_post_title() );
    922                                                                                 ?>
     920                <?php printf( __( 'Select %s' ), _draft_or_post_title() ); ?>
    923921            </label>
    924922            <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
Note: See TracChangeset for help on using the changeset viewer.