Changes between Initial Version and Version 2 of Ticket #20288
- Timestamp:
- 03/23/12 15:27:45 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20288 – Description
initial v2 3 3 I think it can be fixed by modifying line 495 in class-wp-posts-list-table.php like so: 4 4 5 <th scope="row" class="check-column"><?php if ( $can_edit_post ) { ?><input type="checkbox" name="post[]" value="<?php the_ID(); ?>" /><?php } else { ?> <?php } ?></th> 5 `<th scope="row" class="check-column"><?php if ( $can_edit_post ) { ?><input type="checkbox" name="post[]" value="<?php the_ID(); ?>" /><?php } else { ?> <?php } ?></th>`
