node_perm
- Versions
- 4.6 – 6
node_perm()
Implementation of hook_perm().
Code
modules/node.module, line 545
<?php
function node_perm() {
return array('administer nodes', 'access content');
}
?>Login or register to post comments node_perm()Implementation of hook_perm().
modules/node.module, line 545
<?php
function node_perm() {
return array('administer nodes', 'access content');
}
?>Login or register to post comments