mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user