mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 23:11:53 +01:00
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:
parent
08b97d13b8
commit
29574d03bd
@ -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(
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user