Skip to content

Instantly share code, notes, and snippets.

@bartvandendriessche
Created August 7, 2009 10:47
Show Gist options
  • Select an option

  • Save bartvandendriessche/163834 to your computer and use it in GitHub Desktop.

Select an option

Save bartvandendriessche/163834 to your computer and use it in GitHub Desktop.
function orange_form_music_node_form_alter(&$form, &$form_state) {
$form['title']['#validate'] = array('_check_title_for_bad_words');
$form['body']['#validate'] = array('_check_body_for_bad_words');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment