mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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:
parent
0e28444795
commit
455044e626
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user