| forum_confirm_delete | modules/forum/forum.module | Returns a confirmation page for deleting a forum taxonomy term. |
| forum_menu | modules/forum/forum.module | Implementation of hook_menu(). |
| forum_validate | modules/forum/forum.module | Implementation of hook_validate(). |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_get_parents_all | modules/taxonomy/taxonomy.module | Find all ancestors of a given term ID. |
| taxonomy_get_term | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_page | modules/taxonomy/taxonomy.module | Menu callback; displays all nodes associated with a term. |