Make WordPress Core

Changeset 52923


Ignore:
Timestamp:
03/11/2022 11:28:44 PM (3 years ago)
Author:
davidbaumwald
Message:

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

Follow-up to [52062].

Props scruffian, costdev.
Fixes #55373.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r52922 r52923  
    163163        ),
    164164        'attachment'     => array(
    165             'title'       => __( 'Media' ),
     165            'title'       => __( 'Attachment' ),
    166166            'description' => __( 'Displays individual media items or attachments.' ),
    167167        ),
Note: See TracChangeset for help on using the changeset viewer.