Make WordPress Core


Ignore:
Timestamp:
02/10/2008 07:28:14 AM (17 years ago)
Author:
ryan
Message:

Fix users table formatting. Props Potter_System and markjaquith. fixes #5784

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r6726 r6776  
    292292</tr>
    293293<tr class="thead">
    294     <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/></th>
     294    <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th>
    295295    <th><?php _e('ID') ?></th>
    296296    <th><?php _e('Username') ?></th>
     
    298298    <th><?php _e('E-mail') ?></th>
    299299    <th><?php _e('Website') ?></th>
     300    <th><?php _e('Posts created') ?></th>
    300301    <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th>
    301302</tr>
Note: See TracChangeset for help on using the changeset viewer.