mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 08:05:21 +01:00
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:
parent
ae1c461ed5
commit
45aea1a36d
@ -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",
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user