Changes between Initial Version and Version 1 of Ticket #37616, comment 7
- Timestamp:
- 09/22/2016 12:08:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37616, comment 7
initial v1 40 40 * out of the above capabilities, we would need to change `promote_users` to become such a capability (add `do_not_allow` via `map_meta_cap()` if on multisite and user is not a super admin) 41 41 * out of the above capabilities, the new capabilities `install_languages` and maybe `import_users` would need to be added to the administrator role, but then be handled in `map_meta_cap()` as well (`do_not_allow` if on multisite and user is not a super admin) 42 * the new capability `setup_multisite` needs to be added to the administrator role 42 43 * the other new capabilities only apply to super admins so they wouldn't need to be added to any role for now 43 44