#22582 closed defect (bug) (duplicate)
Backward compatibility for the library query in the new "add media" modal
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.5 |
| Component: | Media | Keywords: | has-patch |
| Focuses: | Cc: |
Description
In WP 3.4, when querying the database to populate the media library in the "upload/insert" media modal, $_REQUEST['post_id'] contains the id of the post currently edited. This allows plugins to filter the media in the library based on informations contained in the post currently edited (using the 'parse_query' filter).
In WP 3.5 RC1 with the new "Add media" modal, $_REQUEST contains only two indexes 'action' and 'query'. So far I did not find a way to get the id of the post currently edited.
See also #22186
Attachments (2)
Change History (9)
Note: See
TracTickets for help on using
tickets.
I imagine it should be .post_id, right?