Add missing closing fieldset tag. Props bluntelk. Fixes #17042 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@17593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2011-04-04 08:04:41 +00:00
parent d61b17049e
commit 739e666801
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
<?php /* translators: Show admin bar when viewing site */ _e( 'when viewing site' ); ?></label><br />
<label for="admin_bar_admin">
<input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> />
<?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label>
<?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label></fieldset>
</td>
</tr>
<?php do_action('personal_options', $profileuser); ?>