Improve the usefulness of several _deprecated_function() calls by passing known replacement functions, methods, or hooks.
Props jrf. See #41121. Built from https://develop.svn.wordpress.org/trunk@40929 git-svn-id: http://core.svn.wordpress.org/trunk@40779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -264,7 +264,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
|
||||
* @global WP_Object_Cache $wp_object_cache Object cache global instance.
|
||||
*/
|
||||
function wp_cache_reset() {
|
||||
_deprecated_function( __FUNCTION__, '3.5.0' );
|
||||
_deprecated_function( __FUNCTION__, '3.5.0', 'WP_Object_Cache::reset()' );
|
||||
|
||||
global $wp_object_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user