I get the same here. Can’t understand why an admin wooldn’t be able to uncheck a capability.
The code is found in “includes/classes/views.php”:
public function show_capabilities($for_role = true, $edit_mode=true) {
$onclick_for_admin = ”;
$multisite = $this->lib->get(‘multisite’);
$current_role = $this->lib->get(‘current_role’);
if (!($multisite && $this->lib->is_super_admin())) { // do not limit SuperAdmin for multi-site
if (‘administrator’==$current_role) {
$onclick_for_admin = ‘onclick=”ure_turn_it_back(this)”‘;
}
}