function _coder_review_comment_Id_warning in Coder 7
1 string reference to '_coder_review_comment_Id_warning'
- coder_review_comment_reviews in coder_review/
includes/ coder_review_comment.inc - Implements hook_reviews().
File
- coder_review/
includes/ coder_review_comment.inc, line 196 - This include file implements coder functionality for comments.
Code
function _coder_review_comment_Id_warning() {
return array(
'#warning' => t('Commits to the Git repository do not require the CVS $Id' . '$ keyword in each file.'),
'#link' => 'http://drupal.org/coding-standards',
);
}