_coder_review_6x_format_plural_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 674
<?php
function _coder_review_6x_format_plural_warning() {
return array(
'#warning' => t('!format_plural() accepts replacements, you no longer need to use !strtr()',
array(
'!format_plural' => theme('drupalapi', 'format_plural', '6'),
'!strtr' => theme('phpapi', 'strtr'),
)
),
'#link' => 'http://drupal.org/node/114774#format-plural',
);
}
?>