mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Add missing </em>. Props johnbillion. fixes #4479
git-svn-id: https://develop.svn.wordpress.org/trunk@5720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
724be536b6
commit
b6c8159a4c
@ -381,7 +381,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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user