Changeset 40929 for trunk/src/wp-includes/cache.php
- Timestamp:
- 06/25/2017 12:04:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r39051 r40929 265 265 */ 266 266 function wp_cache_reset() { 267 _deprecated_function( __FUNCTION__, '3.5.0' );267 _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Object_Cache::reset()' ); 268 268 269 269 global $wp_object_cache;
Note: See TracChangeset
for help on using the changeset viewer.