Docs: Correct the order of parameters in some cache functions used by unit tests.

Follow-up to [40561].

Props truptikanzariya, rutvikbhambhi2004, nareshbheda, sabernhardt, mukesh27.
Fixes #63497.
Built from https://develop.svn.wordpress.org/trunk@60270


git-svn-id: http://core.svn.wordpress.org/trunk@59606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-05-31 23:58:29 +00:00
parent 6a7b277ecc
commit eaf61cb8cc

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60269';
$wp_version = '6.9-alpha-60270';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.