By beyond67 on
Hi,
Im familiar with the print command, but not sure what the t is for. Below is an example of code seen in a module:
<?php print t('Submitted on @date', array('@date' => format_date(time(), 'small'))) ?>
Can someone explain what the t () is and where i can read more about it.
Thanks
Comments
http://api.drupal.org/api/fun
http://api.drupal.org/api/function/t/6
Pobster