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_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:
parent
718787cd18
commit
ffb128a3c6
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user