[wp-trac] Re: [WordPress Trac] #6669: Notices when WP_DEBUG is set

WordPress Trac wp-trac at lists.automattic.com
Wed Aug 6 21:55:43 GMT 2008


#6669: Notices when WP_DEBUG is set
------------------------------+---------------------------------------------
 Reporter:  simonwheatley     |        Owner:  westi   
     Type:  defect            |       Status:  assigned
 Priority:  normal            |    Milestone:  2.7     
Component:  Administration    |      Version:  2.5     
 Severity:  normal            |   Resolution:          
 Keywords:  has-patch tested  |  
------------------------------+---------------------------------------------
Comment (by ryan):

 How about adding this to the top of the edit forms so that we don't have
 to do a bunch of isset checks later on?

 {{{
 if ( !isset($foo_id) )
     $foo_id = 0;
 }}}

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


More information about the wp-trac mailing list