#8774 closed defect (bug) (fixed)
Backwards compatability for add_management_page inadvertently strips other URL params
Reported by: | simonwheatley | Owned by: | |
---|---|---|---|
Milestone: | 2.7.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch needs-testing |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Patch to restore entire query string when redirecting