[wp-trac] Re: [WordPress Trac] #9835: Plugin Delete action link

WordPress Trac wp-trac at lists.automattic.com
Sat May 16 10:20:47 GMT 2009


#9835: Plugin Delete action link
--------------------------+-------------------------------------------------
 Reporter:  dd32          |       Owner:             
     Type:  defect (bug)  |      Status:  new        
 Priority:  normal        |   Milestone:  2.8        
Component:  UI            |     Version:  2.8        
 Severity:  normal        |    Keywords:  needs-patch
--------------------------+-------------------------------------------------

Comment(by dd32):

 The issue of the paging being mangled is a bit of a problem with the
 paging code IMO.. The fact that it expects all current url params should
 be passed.

 Still, An updated patch which uses a temporary transient to cache the
 deletion result past a wp_redirect() is attached in a moment.

 I have a feeling that $_SERVER['REQUEST_URI'] needs to have &deleted=true
 &updated=true, and all the other get variables removed so as to allow
 paging/screen options/other url's using add_query_arg() off the current
 URI to work as expected. - I'll probably make another ticket for that in a
 moment.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9835#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list