mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Users: Use clean_user_cache() in wp_insert_user(), wp_update_user(), wp_set_password(), add_user_to_blog().
Props spacedmonkey. Fixes #47021. git-svn-id: https://develop.svn.wordpress.org/trunk@45715 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2506,7 +2506,7 @@ if ( ! function_exists( 'wp_set_password' ) ) :
|
||||
array( 'ID' => $user_id )
|
||||
);
|
||||
|
||||
wp_cache_delete( $user_id, 'users' );
|
||||
clean_user_cache( $user_id );
|
||||
}
|
||||
endif;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user