_coder_review_i18n_menu_with_t()sites/all/modules/coder/coder_review/includes/coder_review_i18n.inc, line 198
<?php
function _coder_review_i18n_menu_with_t() {
return array(
'#warning' => t('Menu item titles and descriptions should NOT be enclosed within !t().',
array(
'!t' => theme('drupalapi', 't'),
)
),
'#link' => 'http://drupal.org/node/140311',
);
}
?>