Ticket #19461: 19461.diff
| File 19461.diff, 879 bytes (added by nacin, 18 months ago) |
|---|
-
wp-admin/user-edit.php
223 223 </tr> 224 224 <?php endif; ?> 225 225 <tr class="show-admin-bar"> 226 <th scope="row"><?php _e(' Admin Bar')?></th>227 <td><fieldset><legend class="screen-reader-text"><span><?php _e(' Admin Bar') ?></span></legend>226 <th scope="row"><?php _e('Toolbar')?></th> 227 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Toolbar') ?></span></legend> 228 228 <label for="admin_bar_front"> 229 229 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 230 <?php _e( 'Show Admin Bar when viewing site' ); ?></label><br />230 <?php _e( 'Show Toolbar when viewing site' ); ?></label><br /> 231 231 </fieldset> 232 232 </td> 233 233 </tr>
