Opened 17 years ago
Closed 17 years ago
#6028 closed defect (bug) (fixed)
Have get_avatar( ) use strtolower( ) on email address
Reported by: |
|
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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [7087]) Ensure email address is lower case in get_avatar(). Fixes #6028 props josephscott.