You are here

function _coder_6x_translations_warning in Coder 6

Same name and namespace in other branches
  1. 6.2 includes/coder_6x.inc \_coder_6x_translations_warning()
1 string reference to '_coder_6x_translations_warning'
_coder_6x_callback in includes/coder_6x.inc
Define the rule callbacks for 6.x, see do_coder_review_callback().

File

includes/coder_6x.inc, line 571
This include file implements coder functionality for 5.x -> 6.x upgrades.

Code

function _coder_6x_translations_warning() {
  return array(
    '#warning' => t('Translations moved from ./po to ./translations'),
    '#link' => 'http://drupal.org/node/114774#translations_directory',
  );
}