_coder_review_i18n_space_starts_or_ends_t()sites/all/modules/coder/coder_review/includes/coder_review_i18n.inc, line 209
<?php
function _coder_review_i18n_space_starts_or_ends_t() {
return array(
'#warning' => t('The $string argument to !t() should not begin or end with a space.',
array(
'!t' => theme('drupalapi', 't'),
)
),
'#link' => 'http://drupal.org/node/304150',
);
}
?>