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) ) : ?>
|
<?php if ( !empty($role) ) : ?>
|
||||||
<th colspan="7"><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 : ?>
|
<?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; ?>
|
<?php endif; ?>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="thead">
|
<tr class="thead">
|
||||||
|
|
Loading…
Reference in New Issue