Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37616, comment 7


Ignore:
Timestamp:
09/22/2016 12:08:58 PM (8 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37616, comment 7

    initial v1  
    4040* 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)
    4141* 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
    4243* the other new capabilities only apply to super admins so they wouldn't need to be added to any role for now
    4344