From 436d55fa51a2f46ad6ac7e16fcb4e83618afb030 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 8 Nov 2023 14:08:26 +0000 Subject: [PATCH] Build/Test Tools: Use correct order of arguments for `contains()`. This corrects the order the arguments are passed to the `contains()` function in the Performance Testing workflow. Because the arguments were passed incorrectly, the expression was not evaluating correctly. Follow up to [56972]. Props hellofromTonya. See #59805. Built from https://develop.svn.wordpress.org/trunk@57085 git-svn-id: http://core.svn.wordpress.org/trunk@56596 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 68db0e4fc8..a42190b477 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57084'; +$wp_version = '6.5-alpha-57085'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.