diff --git a/wp-includes/cache.php b/wp-includes/cache.php index a18d24afea..4c07873e9c 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -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', 'wp_cache_switch_to_blog()' ); + _deprecated_function( __FUNCTION__, '3.5' ); global $wp_object_cache; diff --git a/wp-includes/version.php b/wp-includes/version.php index 62e505c54a..49652532fe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34225'; +$wp_version = '4.4-alpha-34226'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.