Opened 8 years ago
Closed 8 years ago
#38763 closed defect (bug) (fixed)
Multisite sign-up notifications missing user login
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | high |
Severity: | normal | Version: | 4.7 |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | multisite | Cc: |
Description
When signing up as a multisite user (with or without blog) notification emails no longer include the user's login.
The following debug notice is triggered:
Catchable fatal error: Object of class WP_User could not be converted to string in /srv/www/wordpress-develop/src/wp-includes/ms-functions.php on line 942
Patch imminent.
Attachments (2)
Change History (6)
This ticket was mentioned in Slack in #meta-i18n by jjj. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
Prevent overriding the
$user
string variable with aWP_User
object