mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Fix users table formatting. Props Potter_System and markjaquith. fixes #5784
git-svn-id: https://develop.svn.wordpress.org/trunk@6776 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -291,12 +291,13 @@ foreach($roleclasses as $role => $roleclass) {
|
||||
<?php endif; ?>
|
||||
</tr>
|
||||
<tr class="thead">
|
||||
<th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/></th>
|
||||
<th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th>
|
||||
<th><?php _e('ID') ?></th>
|
||||
<th><?php _e('Username') ?></th>
|
||||
<th><?php _e('Name') ?></th>
|
||||
<th><?php _e('E-mail') ?></th>
|
||||
<th><?php _e('Website') ?></th>
|
||||
<th><?php _e('Posts created') ?></th>
|
||||
<th colspan="2" style="text-align: center"><?php _e('Actions') ?></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user