Opened 11 years ago
Closed 11 years ago
#26703 closed enhancement (fixed)
Improve wp_new_user_notification() description
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Login and Registration | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
Hello,
in pluggable.php, line 1280 we have wp_new_user_notification.
In the function description it just says "notify the blog admin" but it is also notifying the new user. I have spent quite a lot of time looking for the function to modify the message to be sent to the user thinking this one was just for the admin.
It is a minor thing but could help others willing to modify these emails.
BR
Attachments (2)
Change History (5)
#1
@
11 years ago
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 3.9
- Summary changed from New user notification comments to Improve wp_new_user_notification() description
- Version changed from trunk to 2.0
26703.diff takes a slightly different tack.
Notify the blog admin of a new user, normally via email.
becomes
Email login credentials to a newly-registered user.
A new user registration notification is also sent to admin email.
Note: See
TracTickets for help on using
tickets.
Modification proposal