Docs: Remove an errant change made to a _deprecated_function()
call in wp_cache_reset()
introduced in [34225].
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34226 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
741bd4440c
commit
1075ec80b8
@ -264,7 +264,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
|
||||
* @global WP_Object_Cache $wp_object_cache Object cache global instance.
|
||||
*/
|
||||
function wp_cache_reset() {
|
||||
_deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' );
|
||||
_deprecated_function( __FUNCTION__, '3.5' );
|
||||
|
||||
global $wp_object_cache;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user