Docs: Standardize `@deprecated` tag formatting in the DocBlock for `WP_Object_Cache:reset()`.

Props Alphawolf.
See #28806.

Built from https://develop.svn.wordpress.org/trunk@33678


git-svn-id: http://core.svn.wordpress.org/trunk@33645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-08-20 22:39:24 +00:00
parent 02ec47fc92
commit bf371f1577
2 changed files with 3 additions and 2 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()' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33677';
$wp_version = '4.4-alpha-33678';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.