You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><label><input type="checkbox" id="super_admin" name="super_admin"<?phpchecked( is_super_admin( $profile_user->ID ) ); ?> /> <?php_e( 'Grant this user super admin privileges for the Network.' ); ?></label></p>
480
-
<?phpelse : ?>
481
-
<p><?php_e( 'Super admin privileges cannot be removed because this user has the network admin email.' ); ?></p>
482
-
<?phpendif; ?>
478
+
<p><label><input type="checkbox" id="super_admin" name="super_admin"<?phpchecked( is_super_admin( $profile_user->ID ) ); ?> /> <?php_e( 'Grant this user super admin privileges for the Network.' ); ?></label></p>
0 commit comments