Opened 11 years ago
Closed 11 years ago
#31972 closed defect (bug) (fixed)
Discussion Settings shows always the personal avatar for HighDPI screens
| Reported by: | ocean90 | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | General | Version: | 4.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 32129: