Opened 16 years ago
Closed 16 years ago
#12165 closed enhancement (fixed)
Edit media form has get variables in action
| Reported by: | reaperhulk | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 3.0 |
| Component: | Media | Version: | 2.9.1 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We might as well just post to itself (i.e. empty action attribute), no?