#54509 closed defect (bug) (fixed)
Attachment edit view details information formatting/styling inconsistency
Reported by: | szaqal21 | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-screenshots has-patch commit |
Focuses: | ui | Cc: |
Description (last modified by )
There is some inconsistency in attachment edit view (list and grid style view). In classic edit view (post.php?post=XXX&action=edit
) "Original image" link isn't wrapped in <strong>
but "Uploaded by" link is. And in edit view of grid style view (dialog) "Original image" label isn't wrapped in <strong>
like other labels are.
Attachments (8)
Change History (20)
#3
@
2 years ago
- Description modified (diff)
- Milestone changed from Awaiting Review to 6.2
Thanks for the report! These should be (more) consistent.
#5
@
2 years ago
The strong
tag is inside the "Uploaded by" link, so the patch is updated to do the same for the new tag inside the "Original image" link.
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
23 months ago
This ticket was mentioned in PR #3960 on WordPress/wordpress-develop by @joedolson.
23 months ago
#8
Make links and labels consistent on media attachment screens
Trac ticket: https://core.trac.wordpress.org/ticket/54509
@joedolson commented on PR #3960:
23 months ago
#12
Fixed in r55187
Original image link not wrapped in <strong>