Skip to content

Instantly share code, notes, and snippets.

@AlannaBurke
Last active August 15, 2016 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlannaBurke/242eeaace1263c714f35317d27e7dfc2 to your computer and use it in GitHub Desktop.
Save AlannaBurke/242eeaace1263c714f35317d27e7dfc2 to your computer and use it in GitHub Desktop.
t() format example
t('something that would make this go over 80 characters', array(
'foo' => 'bar',
));
t('This is going to be way over eighty characters anyway, so there really isn't much point. Keep it readable @foo',
array(
'foo' => 'bar',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment