Ticket #8774 (closed defect (bug): fixed)
Backwards compatability for add_management_page inadvertently strips other URL params
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: |
Description
When WP2.7 redirects from edit.php to tools.php (add_management_page inserts links to edit.php?page=blah) the redirect code also strips any plugin specific GET params which might be present. This patch provides the redirect without stripping any additional unpredicted params.
Attachments
Change History
simonwheatley — 3 years ago
-
attachment
query_string_integrity.diff
added
comment:1
simonwheatley — 3 years ago
- Keywords has-patch needs-testing added; has_patch, needs_testing removed
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Patch to restore entire query string when redirecting