[wp-trac] [WordPress Trac] #32622: Make the text of the Image delete AYS dialog clearer
WordPress Trac
noreply at wordpress.org
Mon Jun 15 15:05:11 UTC 2015
#32622: Make the text of the Image delete AYS dialog clearer
-------------------------+------------------------------
Reporter: lastnode | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: make-flow | Focuses: ui
-------------------------+------------------------------
Comment (by ryan):
> > Images are not always reliably attached. Notably, images uploaded
directly to the media lib and later published don't attach.
>
> Should improving this be part of the solution? I know there's been some
discussion about the limitations of this in the past, for example on
#23041.
The gallery shortcode now lists IDs rather than relying on attachment
status. We're becoming less dependent on attachment status and should
probably introduce API for getting all images associated with a post
regardless of attachment status. This would assist Reader interfaces likes
those in the apps and on wordpress.com, which currently have troubles
finding all of a post's images. This would also help the "Uploaded to this
post" dropdown in the media modal. That wouldn't help this case, however,
since we can't go peeking content for every post looking to see which
references the image in question.
Maybe it's worth automatically attaching unattached posts once inserted
via the media modal. That's make lookup possible for the situation in this
ticket. But, maybe that time is better spent on API for finding images in
post content.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32622#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list