From dba5a7311936b0049ed053ce784293329dcddd28 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Fri, 2 Oct 2015 19:32:30 +0000 Subject: [PATCH] Docs: Add deprecation note for `$use_cache` in `get_site_option()`. Props johnbillion. See #28290. Built from https://develop.svn.wordpress.org/trunk@34779 git-svn-id: http://core.svn.wordpress.org/trunk@34744 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/option.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/option.php b/wp-includes/option.php index a2d10ae8be..2931c37fd1 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -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() diff --git a/wp-includes/version.php b/wp-includes/version.php index 9c782dfa97..e4208aeaba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34778'; +$wp_version = '4.4-alpha-34779'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.