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:
parent
80351b789d
commit
28a6d49c1a
|
@ -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