mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add a changelog entry to the pre_update_option_$option hook doc for the $option parameter, added in [33738].
See #28402. git-svn-id: https://develop.svn.wordpress.org/trunk@33780 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
41370b6e97
commit
323ca7e1d3
@ -268,6 +268,7 @@ function update_option( $option, $value, $autoload = null ) {
|
||||
* The dynamic portion of the hook name, `$option`, refers to the option name.
|
||||
*
|
||||
* @since 2.6.0
|
||||
* @since 4.4.0 The `$option` parameter was added.
|
||||
*
|
||||
* @param mixed $value The new, unserialized option value.
|
||||
* @param mixed $old_value The old option value.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user