Docs: Add deprecation note for `$use_cache` in `get_site_option()`.

Props johnbillion.
See #28290.


git-svn-id: https://develop.svn.wordpress.org/trunk@34779 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-10-02 19:31:04 +00:00
parent 3c177b8c6f
commit d9031e0d51
1 changed files with 1 additions and 0 deletions

View File

@ -975,6 +975,7 @@ function delete_all_user_settings() {
* Retrieve an option value for the current network based on name of option.
*
* @since 2.8.0
* @since 4.4.0 The `$use_cache` parameter was deprecated.
* @since 4.4.0 Modified into wrapper for get_network_option()
*
* @see get_network_option()