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:
parent
02ec47fc92
commit
bf371f1577
|
@ -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()' );
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue