Make WordPress Core

Opened 12 years ago

Closed 9 years ago

#22195 closed defect (bug) (worksforme)

URL for views are defined statically.

Reported by: valllabh's profile 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)

#1 @valllabh
11 years ago

  • Keywords 2nd-opinion removed
  • Severity changed from major to critical

#2 @markoheijnen
11 years ago

  • Severity changed from critical to normal

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 11 years ago by markoheijnen (previous) (diff)

#3 @SergeyBiryukov
11 years ago

  • Keywords reporter-feedback added

#5 @chriscct7
9 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

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.