Ticket #16714: 16714.12.diff
| File 16714.12.diff, 594 bytes (added by , 13 years ago) |
|---|
-
wp-includes/post.php
63 63 '_builtin' => true, /* internal use only. don't use this when registering your own post type. */ 64 64 '_edit_link' => 'post.php?post=%d', /* internal use only. don't use this when registering your own post type. */ 65 65 'capability_type' => 'post', 66 'capabilities' => array( 67 'create_posts' => 'upload_files', 68 ), 66 69 'map_meta_cap' => true, 67 70 'hierarchical' => false, 68 71 'rewrite' => false,