_coder_review_comment_install_file_warning()sites/all/modules/coder/coder_review/includes/coder_review_comment.inc, line 175
<?php
function _coder_review_comment_install_file_warning() {
return array(
'#warning' => t('For .install files, the @file description should be of the format "Install, update and uninstall functions for the XXX module.".'),
'#link' => 'http://drupal.org/coding-standards',
);
}
?>