You are here

function neutral_paths_admin_submit_reset_taxonomy in Neutral paths 7

Responds to a command to reset taxonomy terms paths language.

File

./neutral_paths.module, line 136
Neutral paths.

Code

function neutral_paths_admin_submit_reset_taxonomy($form, &$form_state) {
  _neutral_paths_set_all_to_neutral('taxonomy');
}