_coder_review_comment_Id_warning

Versions
mediamosa-21
_coder_review_comment_Id_warning()

Code

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',
  );
}
?>