diff --git a/src/wp-includes/option.php b/src/wp-includes/option.php index a2d10ae8be..2931c37fd1 100644 --- a/src/wp-includes/option.php +++ b/src/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()