Created
September 5, 2013 07:27
-
-
Save driesd/6447028 to your computer and use it in GitHub Desktop.
Taxonomy: Remove the description field
This file contains 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 custom_tax_remove_desc_form_taxonomy_form_term_alter(&$form, &$form_state, $form_id) { | |
$form['description']['#access'] = FALSE; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment