Make WordPress Core

Ticket #28346: 28346.3.diff

File 28346.3.diff, 505 bytes (added by jesin, 10 years ago)

Replacement for wp_cache_reset()

  • wp-includes/cache.php

     
    233233 * high.
    234234 *
    235235 * @since 2.6.0
    236  * @deprecated 3.5.0
     236 * @deprecated 3.5.0 Use wp_cache_switch_to_blog() instead.
    237237 */
    238238function wp_cache_reset() {
    239         _deprecated_function( __FUNCTION__, '3.5' );
     239        _deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' );
    240240
    241241        global $wp_object_cache;
    242242