From 9e840bbc8dbb4a6c660c6141ef6f9c770c97d148 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 10 May 2023 14:02:20 +0000 Subject: [PATCH] Tests: Move `wp_cache_flush_runtime()` next to `wp_cache_flush()`. This matches the function's placement in `wp-includes/cache.php` and brings more consistency. Follow-up to [52772], [55741]. See #57841. Built from https://develop.svn.wordpress.org/trunk@55742 git-svn-id: http://core.svn.wordpress.org/trunk@55254 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 fb27143ec4..eb7fb706c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55741'; +$wp_version = '6.3-alpha-55742'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.