Changeset 15909
- Timestamp:
- 10/22/2010 12:25:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r15904 r15909 49 49 '_edit_link' => 'media.php?attachment_id=%d', /* internal use only. don't use this when registering your own post type. */ 50 50 'capability_type' => 'post', 51 'map_meta_cap' => true, 51 52 'hierarchical' => false, 52 53 'rewrite' => false, … … 65 66 '_edit_link' => 'revision.php?revision=%d', /* internal use only. don't use this when registering your own post type. */ 66 67 'capability_type' => 'post', 68 'map_meta_cap' => true, 67 69 'hierarchical' => false, 68 70 'rewrite' => false, … … 77 79 'public' => false, 78 80 '_builtin' => true, /* internal use only. don't use this when registering your own post type. */ 79 'capability_type' => 'post',80 81 'hierarchical' => false, 81 82 'rewrite' => false,
Note: See TracChangeset
for help on using the changeset viewer.