Make WordPress Core


Ignore:
Timestamp:
03/06/2008 09:48:36 AM (18 years ago)
Author:
matt
Message:

Check all should now work on comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r7130 r7166  
    183183<thead>
    184184  <tr>
    185     <th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
     185    <th scope="col" style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('comments-form'));" /></th>
    186186    <th scope="col"><?php _e('Comment') ?></th>
    187187    <th scope="col"><?php _e('Date') ?></th>
Note: See TracChangeset for help on using the changeset viewer.