From 45aea1a36da8e2db9747d50a0ec2395653bce6bf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 27 Dec 2023 11:01:22 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwentyfour/theme.json | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/theme.json b/wp-content/themes/twentytwentyfour/theme.json index 5de83dfefc..7988b1af5c 100644 --- a/wp-content/themes/twentytwentyfour/theme.json +++ b/wp-content/themes/twentytwentyfour/theme.json @@ -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", diff --git a/wp-includes/version.php b/wp-includes/version.php index e5d0701f9d..b1904c4bbc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.