You are here

function pathauto_taxonomy_term_update_action in Pathauto 6.2

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

Update action wrapper for pathauto_taxonomy_term_update_alias().

File

./pathauto.module, line 635
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,
  ));
}