Ticket #46093: 46093-1.diff
File 46093-1.diff, 768 bytes (added by , 6 years ago) |
---|
-
wp-admin/user-edit.php
313 313 <?php endif; ?> 314 314 <tr class="show-admin-bar user-admin-bar-front-wrap"> 315 315 <th scope="row"><?php _e( 'Toolbar' ); ?></th> 316 <td> <fieldset><legend class="screen-reader-text"><span><?php _e( 'Toolbar' ); ?></span></legend>316 <td> 317 317 <label for="admin_bar_front"> 318 318 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1"<?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 319 <?php _e( 'Show Toolbar when viewing site' ); ?></label><br /> 320 </fieldset> 319 <?php _e( 'Show Toolbar when viewing site' ); ?></label> 321 320 </td> 322 321 </tr> 323 322