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
This commit is contained in:
desrosj 2023-11-08 14:08:26 +00:00
parent ca4aed3083
commit 436d55fa51
1 changed files with 1 additions and 1 deletions

View File

@ -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.