Site Editor: Rename the default attachment template from "Media" to "Attachment".

Follow-up to [52062].

Props scruffian, costdev.
Fixes #55373.
Built from https://develop.svn.wordpress.org/trunk@52923


git-svn-id: http://core.svn.wordpress.org/trunk@52512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2022-03-11 23:30:07 +00:00
parent 08b97d13b8
commit 29574d03bd
2 changed files with 2 additions and 2 deletions

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(

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52922';
$wp_version = '6.0-alpha-52923';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.