function blocks_perm

4.x blocks.module blocks_perm()
5.x blocks.module blocks_perm()

File

modules/blocks/blocks.module, line 9

Code

function blocks_perm() {
  return array(
    "administer_blocks" => array(
      "title" => t("Administer blocks"),
      "description" => t("Allow the user to administer the location of blocks."),
    ),
  );
}