Skip to content

Commit

Permalink
Twenty Twenty-Four: Use consistent title case in custom template names.
Browse files Browse the repository at this point in the history
Follow-up to [56716].

Props wildworks, mukesh27.
Fixes #60083.

git-svn-id: https://develop.svn.wordpress.org/trunk@57229 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Dec 27, 2023
1 parent 0e28444 commit 455044e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentytwentyfour/theme.json
Expand Up @@ -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",
Expand Down

0 comments on commit 455044e

Please sign in to comment.