Changeset 34778 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 10/02/2015 07:07:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r34593 r34778 317 317 <tr class="user-super-admin-wrap"><th><?php _e('Super Admin'); ?></th> 318 318 <td> 319 <?php if ( $profileuser->user_email != get_ site_option( 'admin_email' ) || ! is_super_admin( $profileuser->ID ) ) : ?>319 <?php if ( $profileuser->user_email != get_network_option( 'admin_email' ) || ! is_super_admin( $profileuser->ID ) ) : ?> 320 320 <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> 321 321 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.