Changeset 17095
- Timestamp:
- 12/21/2010 02:45:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r17055 r17095 214 214 <?php endif; ?> 215 215 <tr> 216 <th scope="row"><?php _e(' Admin Bar')?></th>217 <td><fieldset><legend class="screen-reader-text"><span><?php _e(' Admin Bar') ?></span></legend>216 <th scope="row"><?php _e('Show Admin Bar')?></th> 217 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Show Admin Bar') ?></span></legend> 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 when viewing yoursite' ); ?></label><br />220 <?php /* translators: Show admin bar when viewing site */ _e( 'when viewing 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 when accessing thedashboard' ); ?></label>223 <?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label> 224 224 </td> 225 225 </tr>
Note: See TracChangeset
for help on using the changeset viewer.