Make WordPress Core

Changeset 17593


Ignore:
Timestamp:
04/04/2011 08:04:41 AM (14 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r17587 r17593  
    211211<label for="admin_bar_admin">
    212212<input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> />
    213 <?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label>
     213<?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label></fieldset>
    214214</td>
    215215</tr>
Note: See TracChangeset for help on using the changeset viewer.