| 5 blogapi.module | blogapi_perm() |
| 6 blogapi.module | blogapi_perm() |
Implementation of hook_perm().
File
- modules/
blogapi/ blogapi.module, line 25 - Enable users to post using applications that support XML-RPC blog APIs.
Code
function blogapi_perm() {
return array('administer content with blog api');
}
Login or register to post comments