Ticket #17042: user-edit.php.17042.diff
File user-edit.php.17042.diff, 774 bytes (added by , 14 years ago) |
---|
-
user-edit.php
204 204 <?php endif; ?> 205 205 <tr class="show-admin-bar"> 206 206 <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> 208 208 <label for="admin_bar_front"> 209 209 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1" <?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 210 210 <?php /* translators: Show admin bar when viewing site */ _e( 'when viewing site' ); ?></label><br />