| form_set_error | includes/form.inc | File an error against a form element. If the name of the element is
edit[foo][bar] then you may pass either foo or foo][bar as $name
foo will set an error for all its children. |
| t | includes/common.inc | Translate strings to the current locale. |
| taxonomy_get_vocabulary | modules/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_node_validate | modules/taxonomy.module | Make sure incoming vids are free tagging enabled. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |