diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index 08933d4f817..00b7a4f7569 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -130,8 +130,8 @@ function get_default_block_template_types() { 'description' => __( 'Displays a single post or page.' ), ), 'single' => array( - 'title' => _x( 'Single Post', 'Template name' ), - 'description' => __( 'Displays a single post.' ), + 'title' => _x( 'Single', 'Template name' ), + 'description' => __( 'The default template for displaying any single post or attachment.' ), ), 'page' => array( 'title' => _x( 'Page', 'Template name' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f7cad31036..c029b5b0015 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54103'; +$wp_version = '6.1-alpha-54104'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.