Changes between Initial Version and Version 1 of Ticket #33358
- Timestamp:
- 08/12/2015 08:15:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33358
- Property Keywords dev-feedback added
-
Ticket #33358 – Description
initial v1 1 1 Originally reported by @Justin_K in [comment:ticket:33209:9]. 2 2 3 [https://core.trac.wordpress.org/browser/tags/4.2.4/src/wp-includes/pluggable.php?marks=1694-1695#L1670 In 4.2] `wp_new_user_notification()` has a second param `$plaintext_pass`. If it's not set the user won't get a notification, only the site admin. Now in trunk this param has been removed and the user get's always an email, see [comment:ticket:33209:9.3 [https://core.trac.wordpress.org/browser/tags/4.2.4/src/wp-includes/pluggable.php?marks=1694-1695#L1670 In 4.2] `wp_new_user_notification()` has a second param `$plaintext_pass`. If it's not set the user won't get a notification, only the site admin. Now in trunk this param has been removed ([33023]) and the user get's always an email, see [comment:ticket:33209:9]. 4 4 5 5 * @jeremyfelt: Maybe repurpose the second param as a flag for sending the notification instead of plain text? If empty don't send.