Ticket #18529: 18529.patch
| File 18529.patch, 384 bytes (added by , 15 years ago) |
|---|
-
wp-includes/post.php
51 51 register_post_type( 'attachment', array( 52 52 'labels' => array( 53 53 'name' => __( 'Media' ), 54 'edit_item' => __( 'Edit Media' ), 54 55 ), 55 56 'public' => true, 56 57 'show_ui' => false,