Docs: Add a changelog entry to the pre_option_$option hook doc for the $option parameter, added in [33738].

See #28402


git-svn-id: https://develop.svn.wordpress.org/trunk@33768 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-08-27 16:59:17 +00:00
parent 718787cd18
commit ffb128a3c6

View File

@ -40,6 +40,7 @@ function get_option( $option, $default = false ) {
* the option value, returning the passed value instead.
*
* @since 1.5.0
* @since 4.4.0 The `$option` parameter was added.
*
* @param bool|mixed $pre_option Value to return instead of the option value.
* Default false to skip it.