function edit_limit_perm in Edit Limit 6
File
- ./
edit_limit.module, line 29 - edit_limit.module Primary module file for Edit Limit. This contains all the hooks needed to run the module.
Code
function edit_limit_perm() {
return array(
'bypass edit limit',
'administer edit limit',
);
}