blog_perm

Definition

blog_perm()
blog/blog.module, line 24

Description

Implementation of hook_perm().

Code

<?php
function blog_perm() {
  return array('edit own blog');
}
?>