Trailing whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-04-20 18:18:39 +00:00
parent f09b95e5f5
commit 12c7093645
30 changed files with 175 additions and 175 deletions
+2 -2
View File
@@ -412,7 +412,7 @@ function wp_delete_user($id, $reassign = 'novalue') {
global $wpdb;
$id = (int) $id;
$user = new WP_User($id);
$user = new WP_User($id);
// allow for transaction statement
do_action('delete_user', $id);
@@ -448,7 +448,7 @@ function wp_delete_user($id, $reassign = 'novalue') {
wp_cache_delete($user->user_login, 'userlogins');
wp_cache_delete($user->user_email, 'useremail');
wp_cache_delete($user->user_nicename, 'userslugs');
// allow for commit transaction
do_action('deleted_user', $id);