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() { |
75 | 75 | 'labels' => array( |
76 | 76 | 'name' => _x( 'Media', 'post type general name' ), |
77 | 77 | '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' ), |
79 | 79 | 'edit_item' => __( 'Edit Media' ), |
80 | 80 | 'view_item' => __( 'View Attachment Page' ), |
81 | 81 | 'attributes' => __( 'Attachment Attributes' ), |