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:
rob1n 2007-06-16 17:52:08 +00:00
parent 724be536b6
commit b6c8159a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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">