Changeset 44756
- Timestamp:
- 02/20/2019 07:02:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r44574 r44756 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 319 <?php _e( 'Show Toolbar when viewing site' ); ?></label><br /> 320 </fieldset>321 320 </td> 322 321 </tr>
Note: See TracChangeset
for help on using the changeset viewer.