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:
parent
1942f49fe6
commit
1550a2bf77
|
@ -730,7 +730,7 @@
|
|||
{
|
||||
"area": "uncategorized",
|
||||
"name": "comments",
|
||||
"title": "Comments"
|
||||
"title": "Comments Template Part"
|
||||
},
|
||||
{
|
||||
"area": "uncategorized",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue