#20453 closed defect (bug) (fixed)
Media screen links to non-public post types
Reported by: | johnbillion | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
I have a non-public custom post type registered, so it doesn't get an admin UI.
A file in the media library is attached to one of my custom posts (done at the point the file is uploaded using media_handle_upload()
). The media item shows up in the Media Library as expected, but the 'Attached To' column links to the editing screen for the parent post, even though the post is non-public.
This allows a user to see the post editing screen for a non-public post type.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Attached is my patch. I fully expect this to have side effects, so this needs input from others.
Additionally, the existing logic which checks the return value of
get_post()
on line 298 looks erroneous to me. If it returns false then the$title
variable is not going to be as expected.