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
This commit is contained in:
Pascal Birchler 2024-01-31 13:05:53 +00:00
parent 1942f49fe6
commit 1550a2bf77
2 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@
{
"area": "uncategorized",
"name": "comments",
"title": "Comments"
"title": "Comments Template Part"
},
{
"area": "uncategorized",

View File

@ -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.