diff options
Diffstat (limited to 'wp-admin/users.php')
| -rw-r--r-- | wp-admin/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/users.php b/wp-admin/users.php index bc5cac8..154a7d7 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -511,7 +511,7 @@ foreach($roleclasses as $role => $roleclass) { <?php if ( !empty($role) ) : ?> <th colspan="7"><h3><?php echo $wp_roles->role_names[$role]; ?></h3></th> <?php else : ?> - <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></h3></th> + <th colspan="7"><h3><em><?php _e('No role for this blog'); ?></em></h3></th> <?php endif; ?> </tr> <tr class="thead"> |
