[wp-trac] [WordPress Trac] #6317: functions.php -> update_option() error?

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 20 19:47:42 GMT 2008


#6317: functions.php -> update_option() error?
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  anonymous
     Type:  defect             |      Status:  new      
 Priority:  normal             |   Milestone:  2.5      
Component:  General            |     Version:  2.5      
 Severity:  minor              |    Keywords:           
-------------------------------+--------------------------------------------
 this line:

 do_action( "update_option_{$option_name}", $oldvalue, $_newvalue );

 shouldn't it be:

 do_action( "update_option_{$option_name}", $oldvalue, $newvalue );

 ?

 there is no trace of $_newvalue anywhere...

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6317>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list