Ticket #20288: 20288.patch
| File 20288.patch, 666 bytes (added by SergeyBiryukov, 14 months ago) |
|---|
-
wp-admin/includes/class-wp-posts-list-table.php
492 492 493 493 case 'cb': 494 494 ?> 495 <th scope="row" class="check-column"><?php if ( $can_edit_post ) { ?><input type="checkbox" name="post[]" value="<?php the_ID(); ?>" /><?php } ?></th>495 <th scope="row" class="check-column"><?php if ( $can_edit_post ) { ?><input type="checkbox" name="post[]" value="<?php the_ID(); ?>" /><?php } else { ?> <?php } ?></th> 496 496 <?php 497 497 break; 498 498
