Change WordPress user roles and capabilities › Forums › Bug Reports › Ajax Failure › Reply To: Ajax Failure
21/10/2021 at 04:40
#7726
Vladimir
Keymaster
Hi,
Thanks a lot for pointing to this bug. It’s a typo. Quick fix: open post-edit-access-role.php file for editing and replace plus ‘+’ character with this the dot: ‘.’
Correct version of line #72:
return array('result'=>'success', 'message'=>'Posts edit permissions for role:'. $role_id, 'html'=>$html);
I included this fix to the next release.