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

Follow-up to [56716].

Props wildworks, mukesh27.
Fixes #60083.

git-svn-id: https://develop.svn.wordpress.org/trunk@57229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-12-27 10:59:45 +00:00
parent 0e28444795
commit 455044e626

View File

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