diff --git a/wp-includes/post.php b/wp-includes/post.php index 5eae599cc0..cf087028e1 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -51,6 +51,7 @@ function create_initial_post_types() { register_post_type( 'attachment', array( 'labels' => array( 'name' => __( 'Media' ), + 'edit_item' => __( 'Edit Media' ), ), 'public' => true, 'show_ui' => false,