Make WordPress Core


Ignore:
Timestamp:
12/27/2023 10:59:45 AM (2 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [56716].

Props wildworks, mukesh27.
Fixes #60083.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/theme.json

    r57067 r57229  
    942942            "name": "page-with-sidebar",
    943943            "postTypes": ["page"],
    944             "title": "Page With Sidebar"
     944            "title": "Page with Sidebar"
    945945        },
    946946        {
    947947            "name": "page-wide",
    948948            "postTypes": ["page"],
    949             "title": "Page with wide Image"
     949            "title": "Page with Wide Image"
    950950        },
    951951        {
Note: See TracChangeset for help on using the changeset viewer.