_coder_review_6x_menu_localization_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 1290
<?php
function _coder_review_6x_menu_localization_warning() {
return array(
'#warning' => t('Menu item titles and descriptions should now no longer be wrapped in t() calls.'),
'#link' => 'http://drupal.org/node/140311',
);
}
?>