Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6028 closed defect (bug) (fixed)

Have get_avatar( ) use strtolower( ) on email address

Reported by: josephscott's profile josephscott Owned by:
Milestone: 2.5 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: Cc:

Description

When using an email address in get_avatar( ) we need to make sure that the email address is all lower case before doing the gravatar request. I've confirmed that gravatar stores their email addresses as all lower case.

Attachments (1)

pluggable.php.diff (405 bytes) - added by josephscott 17 years ago.

Download all attachments as: .zip

Change History (2)

#1 @westi
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7087]) Ensure email address is lower case in get_avatar(). Fixes #6028 props josephscott.

Note: See TracTickets for help on using tickets.