Tests: Increase coverage for translations applied to theme.json

Ensures that translations are correctly applied to the `title` field in the `theme.json` and all style variations located in the them inside the `styles` folder.

Follow-up #55495, [53038].
See also #54336.


Built from https://develop.svn.wordpress.org/trunk@54036


git-svn-id: http://core.svn.wordpress.org/trunk@53595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo 2022-08-31 10:13:13 +00:00
parent 0337f74a34
commit f07974056f

View File

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