mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-31 13:37:51 +01:00
theme-i18n.json: add missing i18n for variations
Props aaronrobertshaw, oandregal. See #61442 Built from https://develop.svn.wordpress.org/trunk@58412 git-svn-id: http://core.svn.wordpress.org/trunk@57861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
80c53d4b8e
commit
8e7728a1ad
@ -80,6 +80,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"variations": {
|
||||
"*": {
|
||||
"title": "Style variation name"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"customTemplates": [
|
||||
{
|
||||
"title": "Custom template name"
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-beta2-58411';
|
||||
$wp_version = '6.6-beta2-58412';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user