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

pobster’s picture