Changeset 21927
- Timestamp:
- 09/20/2012 01:59:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r21925 r21927 247 247 248 248 <?php if ( !IS_PROFILE_PAGE && !is_network_admin() ) : ?> 249 <tr><th><label for="role"><?php _e('Role :') ?></label></th>249 <tr><th><label for="role"><?php _e('Role') ?></label></th> 250 250 <td><select name="role" id="role"> 251 251 <?php … … 268 268 269 269 if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_can( 'manage_network_options' ) && !isset($super_admins) ) { ?> 270 <tr><th>< label for="role"><?php _e('Super Admin'); ?></label></th>270 <tr><th><?php _e('Super Admin'); ?></th> 271 271 <td> 272 272 <?php if ( $profileuser->user_email != get_site_option( 'admin_email' ) || ! is_super_admin( $profileuser->ID ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.