mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Improve the usefulness of several _deprecated_function() calls by passing known replacement functions, methods, or hooks.
Props jrf. See #41121. git-svn-id: https://develop.svn.wordpress.org/trunk@40929 602fd350-edb4-49c9-b593-d223f7449a82
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