Make WordPress Core

Opened 14 years ago

Closed 11 years ago

#22195 closed defect (bug) (worksforme)

URL for views are defined statically.

Reported by: valllabh Owned by:
Priority: normal Milestone:
Component: Administration Version:
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @valllabh
13 years ago

  • Keywords 2nd-opinion removed
  • Severity majorcritical

#2 @markoheijnen
13 years ago

  • Severity criticalnormal

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?

Last edited 13 years ago by markoheijnen (previous) (diff)

#3 @SergeyBiryukov
13 years ago

  • Keywords reporter-feedback added

#5 @chriscct7
11 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

No reporter feedback needed to proceed in 2 years, and there doesn't look like there's a bug here. Closing as worksforme

Note: See TracTickets for help on using tickets.