Twenty Twenty-Four: Use consistent title case in custom template names.

Follow-up to [56716].

Props wildworks, mukesh27.
Fixes #60083.
Built from https://develop.svn.wordpress.org/trunk@57229


git-svn-id: http://core.svn.wordpress.org/trunk@56735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-12-27 11:01:22 +00:00
parent ae1c461ed5
commit 45aea1a36d
2 changed files with 3 additions and 3 deletions

View File

@ -941,12 +941,12 @@
{
"name": "page-with-sidebar",
"postTypes": ["page"],
"title": "Page With Sidebar"
"title": "Page with Sidebar"
},
{
"name": "page-wide",
"postTypes": ["page"],
"title": "Page with wide Image"
"title": "Page with Wide Image"
},
{
"name": "single-with-sidebar",

View File

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