Make WordPress Core

Ticket #18529: 18529.patch

File 18529.patch, 384 bytes (added by johnbillion, 15 years ago)
  • wp-includes/post.php

     
    5151        register_post_type( 'attachment', array(
    5252                'labels' => array(
    5353                        'name' => __( 'Media' ),
     54                        'edit_item' => __( 'Edit Media' ),
    5455                ),
    5556                'public' => true,
    5657                'show_ui' => false,