Docs: Add a changelog entry to the update_option_{$option}
hook doc for the $option
parameter, introduced in [33738].
See #28402. git-svn-id: https://develop.svn.wordpress.org/trunk@33781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
323ca7e1d3
commit
958c835f9a
@ -348,6 +348,7 @@ function update_option( $option, $value, $autoload = null ) {
|
||||
* The dynamic portion of the hook name, `$option`, refers to the option name.
|
||||
*
|
||||
* @since 2.0.1
|
||||
* @since 4.4.0 The `$option` parameter was added.
|
||||
*
|
||||
* @param mixed $old_value The old option value.
|
||||
* @param mixed $value The new option value.
|
||||
|
Loading…
Reference in New Issue
Block a user