Not sure if this is a Role Scoper issue, a WP codex issue or a Teeks being an idiot issue. Pretty sure it will be obvious to anyone with a deeper understanding than I…
In the WP codex, for defining capabilities for custom post types it says you can pass it an array, as I've done here (in my options array, passed to register_post_type):
'capability_type' => array("activity", "activities")
It allows that for when you need more than just an S added to the capability definitions, e.g. edit_others_activitys (code vs grammar fail).
SO I have followed intructions in other parts of the forum and have my custom post type working awesomely with role scoper… EXCEPT this one thing.
When I go to the RS Role Definitions, the definitions are broke and I get options like, edit_others_activitiess OR edit_s
It seems to ignore my given plural labels and adds an 's' anyway or for singular it only has 's'.
Little help?
Thanks. 