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
This commit is contained in:
Drew Jaynes 2015-08-20 22:38:45 +00:00
parent d83fcf8e9c
commit 2cfd34e85e
1 changed files with 2 additions and 1 deletions

View File

@ -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()' );