From 1550a2bf771034d2887342144475a2b70633be5a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 31 Jan 2024 13:05:53 +0000 Subject: [PATCH] Twenty Twenty-Three: Rename Comments template part. This renames the Comments template part to 'Comments Template Part', to reduce confusion with the 'Comments' block when viewing both in the inserter. Props mikachan, mukesh27, poena. Fixes #56999. Built from https://develop.svn.wordpress.org/trunk@57502 git-svn-id: http://core.svn.wordpress.org/trunk@57003 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentythree/theme.json | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentythree/theme.json b/wp-content/themes/twentytwentythree/theme.json index 68e17a87e9..f28146fa05 100644 --- a/wp-content/themes/twentytwentythree/theme.json +++ b/wp-content/themes/twentytwentythree/theme.json @@ -730,7 +730,7 @@ { "area": "uncategorized", "name": "comments", - "title": "Comments" + "title": "Comments Template Part" }, { "area": "uncategorized", diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ece4d67cd..b741509131 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57501'; +$wp_version = '6.5-alpha-57502'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.