[wp-trac] Re: [WordPress Trac] #8135: 'Delete' on edit pages bottom dropdown doesnt work

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 11 00:46:20 GMT 2008


#8135: 'Delete' on edit pages bottom dropdown doesnt work
----------------------------+-----------------------------------------------
 Reporter:  DD32            |        Owner:  anonymous
     Type:  defect          |       Status:  reopened 
 Priority:  normal          |    Milestone:  2.7      
Component:  Administration  |      Version:  2.7      
 Severity:  normal          |   Resolution:           
 Keywords:  has-patch       |  
----------------------------+-----------------------------------------------
Changes (by DD32):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 > I think we need to check for doaction or doaction2 like edit.php does.

 Then that check needs to go higher in the page; Preferably on this line:
 {{{
 if ( isset($_GET['action']) && ( -1 != $_GET['action'] || -1 !=
 $_GET['action2'] ) ) {
 }}}

 I missed the fact that that line hadnt been set to check for action2 not
 being set

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8135#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list