Changeset 21925
- Timestamp:
- 09/20/2012 01:50:35 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r21496 r21925 270 270 <tr><th><label for="role"><?php _e('Super Admin'); ?></label></th> 271 271 <td> 272 <?php if ( $profileuser->user_email != get_site_option( 'admin_email' ) ) : ?>272 <?php if ( $profileuser->user_email != get_site_option( 'admin_email' ) || ! is_super_admin( $profileuser->ID ) ) : ?> 273 273 <p><label><input type="checkbox" id="super_admin" name="super_admin"<?php checked( is_super_admin( $profileuser->ID ) ); ?> /> <?php _e( 'Grant this user super admin privileges for the Network.' ); ?></label></p> 274 274 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.