Validation fix for user-edit.php. Props sorich87. fixes #18921
git-svn-id: https://develop.svn.wordpress.org/trunk@18953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
14c6df057d
commit
9566269dfc
@ -254,7 +254,7 @@ if ( $user_role )
|
||||
else
|
||||
echo '<option value="" selected="selected">' . __('— No role for this site —') . '</option>';
|
||||
?>
|
||||
</select>
|
||||
</select></td></tr>
|
||||
<?php endif; //!IS_PROFILE_PAGE
|
||||
|
||||
if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_can( 'manage_network_options' ) && !isset($super_admins) ) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user