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

See #47632.

git-svn-id: https://develop.svn.wordpress.org/trunk@45617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-09 21:10:11 +00:00
parent 6bee5769cb
commit eba439f0ac
5 changed files with 9 additions and 11 deletions
@@ -917,9 +917,7 @@ class WP_Posts_List_Table extends WP_List_Table {
if ( current_user_can( 'edit_post', $post->ID ) ) :
?>
<label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>">
<?php
printf( __( 'Select %s' ), _draft_or_post_title() );
?>
<?php printf( __( 'Select %s' ), _draft_or_post_title() ); ?>
</label>
<input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" />
<div class="locked-indicator">