_coder_review_comment_Id_warning()sites/all/modules/coder/coder_review/includes/coder_review_comment.inc, line 182
<?php
function _coder_review_comment_Id_warning() {
return array(
'#warning' => t('Include the CVS keyword $Id' . '$ in each file. This should be in the format <code>// $Id' . '$</code> or <code>// $Id' . '$</code>'),
'#link' => 'http://drupal.org/coding-standards',
);
}
?>