#6317 closed defect (bug) (invalid)
functions.php -> update_option() error?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
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...
Change History (3)
Note: See
TracTickets for help on using
tickets.
source:trunk/wp-includes/functions.php@7423#L320