You are here

function pathauto_taxonomy_term_update_action in Pathauto 7

Same name and namespace in other branches
  1. 6.2 pathauto.module \pathauto_taxonomy_term_update_action()

Update action wrapper for pathauto_taxonomy_term_update_alias().

File

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

Code

function pathauto_taxonomy_term_update_action($term, $context = array()) {
  pathauto_taxonomy_term_update_alias($term, 'bulkupdate', array(
    'message' => TRUE,
  ));
}