Remove non-functional vestigal code.
git-svn-id: https://develop.svn.wordpress.org/trunk@17977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1d27654a9b
commit
2b6feaa8ae
@ -378,16 +378,6 @@ if ( $usersearch )
|
||||
<?php $wp_list_table->display(); ?>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
if ( is_multisite() ) {
|
||||
foreach ( array('user_login' => 'user_login', 'first_name' => 'user_firstname', 'last_name' => 'user_lastname', 'email' => 'user_email', 'url' => 'user_uri', 'role' => 'user_role') as $formpost => $var ) {
|
||||
$var = 'new_' . $var;
|
||||
$$var = isset($_REQUEST[$formpost]) ? esc_attr(stripslashes($_REQUEST[$formpost])) : '';
|
||||
}
|
||||
unset($name);
|
||||
}
|
||||
?>
|
||||
|
||||
<br class="clear" />
|
||||
</div>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user