[wp-trac] Re: [WordPress Trac] #5961: Fix some notices

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 24 23:36:49 GMT 2008


#5961: Fix some notices
---------------------------------------------+------------------------------
 Reporter:  nbachiyski                       |        Owner:  anonymous
     Type:  defect                           |       Status:  closed   
 Priority:  normal                           |    Milestone:  2.6      
Component:  General                          |      Version:           
 Severity:  normal                           |   Resolution:  fixed    
 Keywords:  notices has-patch needs-testing  |  
---------------------------------------------+------------------------------
Comment (by nbachiyski):

 The problem is in these two lines:
 {{{
 $original['query'] = isset($redirect['query'])? $redirect['query'] :
 false;
 $original['port'] = isset($redirect['port'])? $redirect['port'] : false;
 }}}
 Here I am filling {{{$original}}} with {{{$redirect}}}'s values.

 Copy-paste after midnight should be avoided :-)

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


More information about the wp-trac mailing list