function _coder_review_6x_translations_warning in Coder 7
1 string reference to '_coder_review_6x_translations_warning'
- _coder_review_6x_callback in coder_review/
includes/ coder_review_6x.inc - Define the rule callbacks for 6.x, see do_coder_review_callback().
File
- coder_review/
includes/ coder_review_6x.inc, line 580 - This include file implements coder functionality for 5.x -> 6.x upgrades.
Code
function _coder_review_6x_translations_warning() {
return array(
'#warning' => t('Translations moved from ./po to ./translations'),
'#link' => 'http://drupal.org/node/114774#translations_directory',
);
}