#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 (1)
Change History (4)
simonwheatley — 4 years ago
comment:1
simonwheatley — 4 years ago
- Keywords has-patch needs-testing added; has_patch needs_testing removed
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Patch to restore entire query string when redirecting