You are here

function pathauto_taxonomy_term_insert in Pathauto 7

Implements hook_taxonomy_term_insert().

File

./pathauto.module, line 839
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_taxonomy_term_insert($term) {
  pathauto_taxonomy_term_update_alias($term, 'insert');
}