if ( apply_filters( 'wp_list_table_show_post_checkbox',
$show,
$post ) ) :
?>
<label class="label-covers-full-cell" for="cb-select-<?php
the_ID(); ?>">
<span class="screen-reader-text">
<?php
/* translators: %s: Post title. */
printf( __( 'Select %s'
),
_draft_or_post_title() );
?>
</span>
</label>
<input id="cb-select-<?php
the_ID(); ?>" type="checkbox" name="post[]" value="<?php
the_ID(); ?>" />
<div class="locked-indicator">
<span class="locked-indicator-icon" aria-hidden="true"></span>
<span class="screen-reader-text">
<?php
printf( /* translators: Hidden accessibility text. %s: Post title. */
__( '“%s” is locked'
),