Changeset 17055
- Timestamp:
- 12/19/2010 05:23:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r17032 r17055 218 218 <label for="admin_bar_front"> 219 219 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1" <?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 220 <?php _e( 'Display the admin bar on the front end' ); ?></label><br />220 <?php _e( 'Display the admin bar when viewing your site' ); ?></label><br /> 221 221 <label for="admin_bar_admin"> 222 222 <input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> /> 223 <?php _e( 'Display the admin bar inthe dashboard' ); ?></label>223 <?php _e( 'Display the admin bar when accessing the dashboard' ); ?></label> 224 224 </td> 225 225 </tr>
Note: See TracChangeset
for help on using the changeset viewer.