Created
August 7, 2009 10:47
-
-
Save bartvandendriessche/163834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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