REST API: Only use Latin characters in test filenames.
Non-Latin characters can break SVN checkout in some environments. Follow up from [55294]. See #57329, #57761. Built from https://develop.svn.wordpress.org/trunk@55362 git-svn-id: http://core.svn.wordpress.org/trunk@54895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42b25d58ea
commit
07720ec51f
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-beta2-55361';
|
$wp_version = '6.2-beta2-55362';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue