Ticket #28346: 28346.3.diff
File 28346.3.diff, 505 bytes (added by , 10 years ago) |
---|
-
wp-includes/cache.php
233 233 * high. 234 234 * 235 235 * @since 2.6.0 236 * @deprecated 3.5.0 236 * @deprecated 3.5.0 Use wp_cache_switch_to_blog() instead. 237 237 */ 238 238 function wp_cache_reset() { 239 _deprecated_function( __FUNCTION__, '3.5' );239 _deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' ); 240 240 241 241 global $wp_object_cache; 242 242