Ticket #32563: 32563.2.patch
File 32563.2.patch, 604 bytes (added by , 9 years ago) |
---|
-
wp-includes/pluggable.php
1685 1685 * @param string $plaintext_pass Optional. The user's plaintext password. Default empty. 1686 1686 */ 1687 1687 function wp_new_user_notification($user_id, $plaintext_pass = '') { 1688 1689 if ( ! apply_filters( 'send_new_user_notification', true, $user_id ) ) 1690 return; 1691 1688 1692 $user = get_userdata( $user_id ); 1689 1693 1690 1694 // The blogname option is escaped with esc_html on the way into the database in sanitize_option