#18898 closed defect (bug) (fixed)
PHP warnings caused by r18909
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | major | Version: | 3.3 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Changes made in r18909 cause the following notices which show up when performing a fresh install and when adding a new user (possibly in other places too).
When adding a new user the notices cause a headers already sent warning which prevents the redirect from occurring after the new user is created.
Notice: Undefined variable: aim in [...]\wp-includes\user.php on line 1357 Notice: Undefined variable: yim in [...]\wp-includes\user.php on line 1357 Notice: Undefined variable: jabber in [...]\wp-includes\user.php on line 1357
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
isset()