Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18898 closed defect (bug) (fixed)

PHP warnings caused by r18909

Reported by: johnbillion Owned by: ryan
Priority: normal Milestone: 3.3
Component: General Version: 3.3
Severity: major Keywords:
Cc: Focuses:

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)

18898.diff (442 bytes ) - added by ryan 15 years ago.
isset()

Download all attachments as: .zip

Change History (3)

@ryan
15 years ago

isset()

#1 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [18936]:

Avoid warning when creating new users. fixes #18898

#2 @ryan
15 years ago

  • Milestone Awaiting Review3.3
Note: See TracTickets for help on using tickets.