Changes between Initial Version and Version 1 of Ticket #35007, comment 5
- Timestamp:
- 09/22/2016 09:23:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35007, comment 5
initial v1 1 I replicated this bug, but it indeed only happens when the current user is a super-admin, as stated above. We could try to address this with a workaround in `map_meta_cap()`, but since using role names with `current_user_can()` , I think we shouldn't address this now.1 I replicated this bug, but it indeed only happens when the current user is a super-admin, as stated above. We could try to address this with a workaround in `map_meta_cap()`, but since using role names with `current_user_can()` is discouraged, I think we shouldn't address this now. 2 2 3 3 If this problem actually occurs when not using a super-admin account, please reopen. Thanks for the ticket @edville101!