From 3bcfbde4b4a37a2dbe30a288155ac064612b78b9 Mon Sep 17 00:00:00 2001 From: spacedmonkey Date: Tue, 6 Dec 2022 20:01:11 +0000 Subject: [PATCH] Tests: Change the `wp_cache_get_multiple` function to get cache keys in a single request. Follow up from [54423]. Change the `wp_cache_get_multiple` function to call the `getMulti` method in the object cache object, to get cache keys in a single call to memcache. This speeds up test by loading caches faster. Props spacedmonkey, SergeyBiryukov. See #54864. Built from https://develop.svn.wordpress.org/trunk@54942 git-svn-id: http://core.svn.wordpress.org/trunk@54494 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index aec071dbee..30768139d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54941'; +$wp_version = '6.2-alpha-54942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.