Ticket #49639: 49639.patch
| File 49639.patch, 420 bytes (added by , 5 years ago) |
|---|
-
src/wp-includes/user.php
diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 8a94526df2..434bef423c 100644
a b function wp_insert_user( $userdata ) { 1776 1776 } else { 1777 1777 $update = false; 1778 1778 // Hash the password. 1779 $pre_hash_password = apply_filters( 'pre_hash_password', $user_pass ); 1779 1780 $user_pass = wp_hash_password( $userdata['user_pass'] ); 1780 1781 } 1781 1782