[wp-trac] Re: [WordPress Trac] #4361: Notify user of theme using deprecated code

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 12 14:30:57 GMT 2007


#4361: Notify user of theme using deprecated code
-------------------------+--------------------------------------------------
 Reporter:  Otto42       |        Owner:  rob1n
     Type:  enhancement  |       Status:  new  
 Priority:  low          |    Milestone:  2.4  
Component:  Template     |      Version:       
 Severity:  minor        |   Resolution:       
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by docwhat):

 Okay, to make the patch I submitted to work, the error_reporting needs to
 change:
 From:
 {{{
 #!php
   error_reporting(E_ALL ^ E_NOTICE);
 }}}
 To:
 {{{
 #!php
   error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
 }}}

 Ciao!

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


More information about the wp-trac mailing list