Opened 16 years ago
Closed 16 years ago
#12165 closed enhancement (fixed)
Edit media form has get variables in action
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | lowest |
| Severity: | trivial | Version: | 2.9.1 |
| Component: | Media | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The wp-admin/media.php edit media form does not remove the edit and attachment_id query args when inserting the action URI. This does not cause any issues in practice because the wp_reset_vars function preferentially chooses $_POST over $_GET, but it does result in confusion for people trying to follow the program logic.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
We might as well just post to itself (i.e. empty action attribute), no?