Opened 6 months ago
Last modified 4 weeks ago
#39633 assigned defect (bug)
No HiDPI version for avatar in post locked modal
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | 4.2 |
| Component: | Posts, Post Types | Keywords: | good-first-bug has-patch |
| Focuses: | ui, javascript, administration | Cc: |
Description
The image tag is generated in JavaScript, see https://core.trac.wordpress.org/browser/trunk/src/wp-admin/js/post.js?rev=38893&marks=203#L202, without a srcset attribute.
wp_refresh_post_lock() should probably return both versions. Also, consider switching to get_avatar_url().
Related: #22329
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Assigning ownership to mark the good-first-bug as "claimed".