Make WordPress Core


Ignore:
Timestamp:
09/16/2015 09:41:51 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove an errant change made to a _deprecated_function() call in wp_cache_reset() introduced in [34225].

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/cache.php

    r34225 r34226  
    265265 */
    266266function wp_cache_reset() {
    267     _deprecated_function( __FUNCTION__, '3.5', 'wp_cache_switch_to_blog()' );
     267    _deprecated_function( __FUNCTION__, '3.5' );
    268268
    269269    global $wp_object_cache;
Note: See TracChangeset for help on using the changeset viewer.