Remove lame debugging. see #23057.
Built from https://develop.svn.wordpress.org/trunk@27467 git-svn-id: http://core.svn.wordpress.org/trunk@27312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
60953e88fd
commit
edfe443afc
|
@ -284,9 +284,6 @@ function wp_delete_user( $id, $reassign = null ) {
|
|||
$reassign = (int) $reassign;
|
||||
}
|
||||
|
||||
var_dump( $reassign );
|
||||
die;
|
||||
|
||||
/**
|
||||
* Fires immediately before a user is deleted from the database.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue