Opened 11 years ago
Closed 11 years ago
#25803 closed defect (bug) (fixed)
wrong url for get_avatar
Reported by: | lite3 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | major | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | Cc: |
Description
description
- one user registered at website.
- write a comment.
- remove the user.
- the user's avatar is wrong.
solve it
if not had user for $comment->user_id
, use $comment->comment_author_email
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Replying to mauryaratan:
not here. in function get_avatar of wp-includes/pluggable.php.
===old code:===
===new code:===