mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Docs: Remove an errant change made to a _deprecated_function()
call in wp_cache_reset()
introduced in [34225].
See #32246. Built from https://develop.svn.wordpress.org/trunk@34226 git-svn-id: http://core.svn.wordpress.org/trunk@34190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e4737685e
commit
5172621c1d
@ -264,7 +264,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
|
|||||||
* @global WP_Object_Cache $wp_object_cache Object cache global instance.
|
* @global WP_Object_Cache $wp_object_cache Object cache global instance.
|
||||||
*/
|
*/
|
||||||
function wp_cache_reset() {
|
function wp_cache_reset() {
|
||||||
_deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' );
|
_deprecated_function( __FUNCTION__, '3.5' );
|
||||||
|
|
||||||
global $wp_object_cache;
|
global $wp_object_cache;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34225';
|
$wp_version = '4.4-alpha-34226';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user