You are here

function hs_taxonomy_form_forum_form_forum_alter in Hierarchical Select 6.3

File

modules/hs_taxonomy.module, line 195
Implementation of the Hierarchical Select API for the Taxonomy module.

Code

function hs_taxonomy_form_forum_form_forum_alter(&$form, &$form_state) {
  forum_form_container($form, $form_state);
}