Changes between Initial Version and Version 2 of Ticket #20288

Timestamp:
03/23/12 15:27:45 (14 months ago)
Author:
helenyhou
Comment:

Patches should be made and attached as a unified diff created from root. Helpful links:

Mark Jaquith's Unix WordPress Toolbox

Peter Westwood's Windows WordPress Toolbox

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20288 – Description

    initial v2  
    33I think it can be fixed by modifying line 495 in class-wp-posts-list-table.php like so: 
    44 
    5 <th scope="row" class="check-column"><?php if ( $can_edit_post ) { ?><input type="checkbox" name="post[]" value="<?php the_ID(); ?>" /><?php } else { ?> &nbsp; <?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 { ?> &nbsp; <?php } ?></th>`