You are here

function xmlsitemap_term_perm in XML sitemap 5

Implementation of hook_perm().

Related topics

File

xmlsitemap_term/xmlsitemap_term.module, line 130
Adds terms to the site map.

Code

function xmlsitemap_term_perm() {
  return array(
    'override term priority',
  );
}