Validation fix for user-edit.php. Props sorich87. fixes #18921

git-svn-id: http://svn.automattic.com/wordpress/trunk@18953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-10-12 19:47:00 +00:00
parent 80351b789d
commit 28a6d49c1a
1 changed files with 1 additions and 1 deletions

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) ) { ?>