mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
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:
parent
86843cc2c5
commit
4374801beb
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user