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
This commit is contained in:
David Baumwald 2022-03-11 23:28:44 +00:00
parent 86843cc2c5
commit 4374801beb

View File

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