You are here

function bulk_photo_nodes_permission in Bulk File Nodes 7

Implements hook_permission().

File

./bulk_photo_nodes.module, line 10
hooks and helper functions for bulk photo node.

Code

function bulk_photo_nodes_permission() {
  return array(
    'create bulk photo nodes' => array(
      'title' => t('Create bulk photo nodes'),
    ),
  );
}