From 2cfd34e85e7c625ae1e30bd437972d387856ebeb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 20 Aug 2015 22:38:45 +0000 Subject: [PATCH] Docs: Standardize `@deprecated` tag formatting in the DocBlock for `WP_Object_Cache:reset()`. Props Alphawolf. See #28806. git-svn-id: https://develop.svn.wordpress.org/trunk@33678 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cache.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index d89ac7416c..3da0746fc4 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -592,7 +592,8 @@ class WP_Object_Cache { * Reset keys * * @since 3.0.0 - * @deprecated 3.5.0 + * @deprecated 3.5.0 Use switch_to_blog() + * @see switch_to_blog() */ public function reset() { _deprecated_function( __FUNCTION__, '3.5', 'switch_to_blog()' );