Opened 11 years ago
Closed 11 years ago
#33254 closed defect (bug) (fixed)
Access undefined $current_user in update_option_new_admin_email().
| Reported by: | Toro_Unit | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | low | Milestone: | 4.3 |
| Component: | Networks and Sites | Version: | 4.2 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: | multisite |
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
@
11 years ago
- Keywords has-patch commit added
- Milestone Awaiting Review → 4.3
- Priority normal → low
- Severity normal → trivial
- Version trunk → 4.2
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for your report and the patch. Introduced/missed in [31403].