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:
parent
d83fcf8e9c
commit
2cfd34e85e
@ -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()' );
|
||||
|
Loading…
Reference in New Issue
Block a user