Ticket #57436: wp_set_password.patch
File wp_set_password.patch, 480 bytes (added by , 2 years ago) |
---|
-
wp-includes/pluggable.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php
a b 2635 2635 ); 2636 2636 2637 2637 clean_user_cache( $user_id ); 2638 2639 do_action( 'wp_set_password', $password, $user_id ); 2638 2640 } 2639 2641 endif; 2640 2642