It probably should point back to "category_admin" instead of "admin/content/taxonomy", on which you will get an Access Denied error.

Comments

Johnny vd Laar’s picture

I've added this on line 132:
if($form['actions']['cancel']['#value']) {
$form['actions']['cancel']['#value'] = l(t('Cancel'), 'category_admin/list/'.$form['#vocabulary']['vid']);
}

nancydru’s picture

Status: Active » Postponed

I'm not sure what I can do here (after some experimentation), since the taxonomy module uses the confirm_form, but without using drupal_get_form, which is where the alter invocation is.