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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2011-04-04 08:04:41 +00:00
parent 9081c7636c
commit 7c6cf52194
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); ?>