Cast to int. Props g30rg3x. fixes #8291
git-svn-id: http://svn.automattic.com/wordpress/trunk@9814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b5e8f8994
commit
87cf441193
|
@ -141,6 +141,7 @@ case 'delete':
|
|||
<?php
|
||||
$go_delete = false;
|
||||
foreach ( (array) $userids as $id ) {
|
||||
$id = (int) $id;
|
||||
$user = new WP_User($id);
|
||||
if ( $id == $current_user->ID ) {
|
||||
echo "<li>" . sprintf(__('ID #%1s: %2s <strong>The current user will not be deleted.</strong>'), $id, $user->user_login) . "</li>\n";
|
||||
|
|
Loading…
Reference in New Issue