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:
Drew Jaynes 2015-08-28 15:21:18 +00:00
parent 41370b6e97
commit 323ca7e1d3

View File

@ -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.