Opened 9 years ago
Closed 9 years ago
#33254 closed defect (bug) (fixed)
Access undefined $current_user in update_option_new_admin_email().
Reported by: | Toro_Unit | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.3 | Priority: | low |
Severity: | trivial | Version: | 4.2 |
Component: | Networks and Sites | Keywords: | has-patch commit |
Focuses: | multisite | Cc: |
Description
in update_option_new_admin_email.
$content = str_replace( '###USERNAME###', $current_user->user_login, $content );
But undefined value $current_user.
Attachments (1)
Change History (4)
#1
@
9 years ago
- Keywords has-patch commit added
- Milestone changed from Awaiting Review to 4.3
- Priority changed from normal to low
- Severity changed from normal to trivial
- Version changed from trunk to 4.2
Note: See
TracTickets for help on using
tickets.
Thanks for your report and the patch. Introduced/missed in [31403].