mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-12 18:42:03 +01:00
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:
parent
ca4aed3083
commit
436d55fa51
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user