Make WordPress Core

Ticket #55876: 55876.diff

File 55876.diff, 655 bytes (added by benjgrolleau, 3 years ago)
  • src/wp-includes/post.php

    diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php
    index 288704c66d..67621e1a0d 100644
    a b function create_initial_post_types() { 
    7575                        'labels'                => array(
    7676                                'name'           => _x( 'Media', 'post type general name' ),
    7777                                'name_admin_bar' => _x( 'Media', 'add new from admin bar' ),
    78                                 'add_new'        => _x( 'Add New', 'add new media' ),
     78                                'add_new'        => _x( 'Add New', 'file' ),
    7979                                'edit_item'      => __( 'Edit Media' ),
    8080                                'view_item'      => __( 'View Attachment Page' ),
    8181                                'attributes'     => __( 'Attachment Attributes' ),