Opened 10 years ago
Closed 10 years ago
#31972 closed defect (bug) (fixed)
Discussion Settings shows always the personal avatar for HighDPI screens
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Previoulsy: ticket:21195:59
On Discussion Settings the default Gravatar is forced via $avatar_list .= preg_replace("/src='(.+?)'/", "src='\$1&forcedefault=1'", $avatar);
which doesn't match the srcset attribute added in [31721].
https://cloudup.com/cpjdZkP0IiG or https://core.trac.wordpress.org/attachment/ticket/21195/21195.16.diff won't work, because we don't know if the arguments work for get_avatar()
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 32129: