mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user