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:
Ryan Boren 2011-10-12 19:47:00 +00:00
parent 14c6df057d
commit 9566269dfc

View File

@ -254,7 +254,7 @@ if ( $user_role )
else
echo '<option value="" selected="selected">' . __('&mdash; No role for this site &mdash;') . '</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) ) { ?>