Make WordPress Core

Ticket #17042: user-edit.php.17042.diff

File user-edit.php.17042.diff, 774 bytes (added by studionashvegas, 14 years ago)

Diff patch - for some reason the text file gave me a "garbage" error...

  • user-edit.php

     
    204204<?php endif; ?>
    205205<tr class="show-admin-bar">
    206206<th scope="row"><?php _e('Show Admin Bar')?></th>
    207 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Show Admin Bar') ?></span></legend>
     207<td><fieldset><legend class="screen-reader-text"><span><?php _e('Show Admin Bar') ?></span></legend></fieldset>
    208208<label for="admin_bar_front">
    209209<input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1" <?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> />
    210210<?php /* translators: Show admin bar when viewing site */ _e( 'when viewing site' ); ?></label><br />