Make WordPress Core

Ticket #46093: 46093-1.diff

File 46093-1.diff, 768 bytes (added by punit5658, 6 years ago)

Updated patch

  • wp-admin/user-edit.php

     
    313313                <?php endif; ?>
    314314<tr class="show-admin-bar user-admin-bar-front-wrap">
    315315<th scope="row"><?php _e( 'Toolbar' ); ?></th>
    316 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Toolbar' ); ?></span></legend>
     316<td>
    317317<label for="admin_bar_front">
    318318<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>
    321320</td>
    322321</tr>
    323322