Ticket #17978: patch.diff
File patch.diff, 793 bytes (added by , 13 years ago) |
---|
-
wp-admin/user-edit.php
260 260 <?php endif; //!IS_PROFILE_PAGE 261 261 262 262 if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_can( 'manage_network_options' ) && !isset($super_admins) ) { ?> 263 <tr><th>< label for="role"><?php _e('Super Admin'); ?></label></th>263 <tr><th><?php _e('Super Admin'); ?></th> 264 264 <td> 265 265 <?php if ( $profileuser->user_email != get_site_option( 'admin_email' ) ) : ?> 266 266 <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>