Make WordPress Core


Ignore:
Timestamp:
06/25/2017 12:04:11 AM (7 years ago)
Author:
DrewAPicture
Message:

Improve the usefulness of several _deprecated_function() calls by passing known replacement functions, methods, or hooks.

Props jrf.
See #41121.

File:
1 edited

Legend:

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

    r39051 r40929  
    265265 */
    266266function wp_cache_reset() {
    267     _deprecated_function( __FUNCTION__, '3.5.0' );
     267    _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Object_Cache::reset()' );
    268268
    269269    global $wp_object_cache;
Note: See TracChangeset for help on using the changeset viewer.