#35234 closed defect (bug) (fixed)
WP::remove_query_var()
Reported by: | swissspidy | Owned by: | swissspidy |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Query | Keywords: | has-patch has-unit-tests commit |
Focuses: | Cc: |
Description
As suggested in 35227#comment:3, it's worth adding a WP::remove_query_var()
helper to make it easier cleaning up public query vars.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch looks good to me.
Can we add the new tests to a
@group
? It seems odd to have orphaned tests. Maybe@group wp
?