Opened 12 years ago
Closed 10 years ago
#22195 closed defect (bug) (worksforme)
URL for views are defined statically.
Reported by: | valllabh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
URLs for views/screens on wp-admin/edit.php are defined statically.
why we are not using add_query_arg(); or remove_query_arg(); while adding URL? This is causing serious issues like resetting extra parameters passed to view/screens.
need expert opinion on this i can write patch if required.
WP_Posts_List_Table->get_views();
Change History (5)
Note: See
TracTickets for help on using
tickets.
I don't see the issue you mentioned for resetting parameters since because it's defined this way no extra ones are getting added. Can you explain what you exactly want to reach?