From 4374801beb1ce65ceb72fbc846bdf23ad4838a08 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Fri, 11 Mar 2022 23:28:44 +0000 Subject: [PATCH] Site Editor: Rename the default attachment template from "Media" to "Attachment". Follow-up to [52062]. Props scruffian, costdev. Fixes #55373. git-svn-id: https://develop.svn.wordpress.org/trunk@52923 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index 537a9e4001..54a3175607 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -162,7 +162,7 @@ function get_default_block_template_types() { 'description' => __( 'Displays latest posts with a single post tag.' ), ), 'attachment' => array( - 'title' => __( 'Media' ), + 'title' => __( 'Attachment' ), 'description' => __( 'Displays individual media items or attachments.' ), ), 'search' => array(