diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php
index 506dded..eac1660 100644
|
a
|
b
|
class WP_Posts_List_Table extends WP_List_Table { |
| 829 | 829 | printf( __( 'Select %s' ), _draft_or_post_title() ); |
| 830 | 830 | ?></label> |
| 831 | 831 | <input id="cb-select-<?php the_ID(); ?>" type="checkbox" name="post[]" value="<?php the_ID(); ?>" /> |
| 832 | | <div class="locked-indicator"></div> |
| | 832 | <div class="locked-indicator"> |
| | 833 | <span class="screen-reader-text"><?php printf( __( '%s is currently being edited' ), _draft_or_post_title() ); ?></div> |
| | 834 | </div> |
| 833 | 835 | <?php endif; |
| 834 | 836 | } |
| 835 | 837 | |
| … |
… |
class WP_Posts_List_Table extends WP_List_Table { |
| 1738 | 1740 | </tbody></table></form> |
| 1739 | 1741 | <?php |
| 1740 | 1742 | } |
| 1741 | | } |
| | 1743 | } |
| | 1744 | No newline at end of file |