Changeset 17234 for trunk/wp-admin/user-edit.php
- Timestamp:
- 01/07/2011 04:39:18 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r17201 r17234 214 214 </tr> 215 215 <?php endif; ?> 216 <tr> 217 <th scope="row" class="show-admin-bar"><?php _e('Show Admin Bar')?></th> 218 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Show Admin Bar') ?></span></legend> 219 <label for="admin_bar_front"> 220 <input name="admin_bar_front" type="checkbox" id="admin_bar_front" value="1" <?php checked( _get_admin_bar_pref( 'front', $profileuser->ID ) ); ?> /> 221 <?php /* translators: Show admin bar when viewing site */ _e( 'when viewing site' ); ?></label><br /> 222 <label for="admin_bar_admin"> 223 <input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> /> 224 <?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label> 225 </td> 226 </tr> 216 227 <?php do_action('personal_options', $profileuser); ?> 217 228 </table>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)