Changes between Initial Version and Version 2 of Ticket #16808
- Timestamp:
- 03/09/2011 08:33:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16808 – Description
initial v2 4 4 5 5 When accessing an admin page located at post-new.php with a custom post type on a user that's in a custom role that has the available permission to "Add New", you get "You do not have sufficient permissions to access this page." 6 6 {{{ 7 7 $post_caps = array( 'delete_post' => 'argus_admin', ); 8 8 $visitor_caps = $post_caps; … … 35 35 36 36 register_post_type( 'visitor', $v_args ); 37 37 }}} 38 38 I've tested it with 3.0.4 and it worked flawlessly. However, when in 3.1, it doesn't want to work.