15 string references to 't'
- blogapi_mt_validate_terms in drupal-6.x/
modules/ blogapi/ blogapi.module - Blogging API helper - find allowed taxonomy terms for a node type.
- forum_term_load in drupal-6.x/
modules/ forum/ forum.module - Fetch a forum term.
- get_t in drupal-6.x/
includes/ bootstrap.inc - Return the name of the localisation function. Use in code that needs to run both during installation and normal operation.
- system_region_list in drupal-6.x/
modules/ system/ system.module - Get a list of available regions from a specified theme.
- taxonomy_autocomplete in drupal-6.x/
modules/ taxonomy/ taxonomy.pages.inc - Helper function for autocompletion
- taxonomy_get_children in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Find all children of a term ID.
- taxonomy_get_parents in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Find all parents of a given term ID.
- taxonomy_get_term_by_name in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_node_get_terms in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Find all terms associated with the given node, ordered by vocabulary and term weight.
- taxonomy_node_get_terms_by_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Find all terms associated with the given node, within one vocabulary.
- taxonomy_overview_terms in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Form builder for the taxonomy terms overview.
- taxonomy_term_page in drupal-6.x/
modules/ taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- _menu_item_localize in drupal-6.x/
includes/ menu.inc - Localize the router item title using t() or another callback.
- _menu_router_build in drupal-6.x/
includes/ menu.inc - Helper function to build the router table based on the data from hook_menu.