Skip to content

Commit f4ed553

Browse files
authored
Update home template name (#52048)
1 parent 09210ef commit f4ed553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compat/wordpress-6.3/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function gutenberg_get_default_block_template_types( $default_template_types ) {
2929
}
3030
if ( isset( $default_template_types['home'] ) ) {
3131
$default_template_types['home'] = array(
32-
'title' => _x( 'Home', 'Template name', 'gutenberg' ),
32+
'title' => _x( 'Blog Home', 'Template name', 'gutenberg' ),
3333
'description' => __(
3434
'Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.',
3535
'gutenberg'

0 commit comments

Comments
 (0)