summaryrefslogtreecommitdiffstats
path: root/wp-admin/users.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/users.php')
-rw-r--r--wp-admin/users.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/wp-admin/users.php b/wp-admin/users.php
index f8e7578..f0277b0 100644
--- a/wp-admin/users.php
+++ b/wp-admin/users.php
@@ -502,18 +502,18 @@ foreach($roleclasses as $role => $roleclass) {
<tr>
<?php if ( !empty($role) ) : ?>
- <th colspan="7" align="left"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th>
+ <th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th>
<?php else : ?>
- <th colspan="7" align="left"><h3><em><?php _e('No role for this blog'); ?></h3></th>
+ <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></h3></th>
<?php endif; ?>
</tr>
<tr class="thead">
- <th style="text-align: left"><?php _e('ID') ?></th>
- <th style="text-align: left"><?php _e('Username') ?></th>
- <th style="text-align: left"><?php _e('Name') ?></th>
- <th style="text-align: left"><?php _e('E-mail') ?></th>
- <th style="text-align: left"><?php _e('Website') ?></th>
- <th colspan="2"><?php _e('Actions') ?></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 colspan="2" style="text-align: center"><?php _e('Actions') ?></th>
</tr>
</thead>
<tbody id="role-<?php echo $role; ?>"><?php