Changes between Version 5 and Version 6 of Ticket #30991, comment 15
- Timestamp:
- 05/10/2016 06:32:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30991, comment 15
v5 v6 70 70 }}} 71 71 72 but this won't take into account the literal capabilities that might be passed in when registering post types and passing in caps with the `capabilities` argument.72 but this won't take into account any literal capability names that might be passed in when registering post types and passing in caps with the `capabilities` argument (like if I wanted to map `delete_posts` to `maybe_delete_events`.)