function _coder_comment_invalid_file_block in Coder 6
Same name and namespace in other branches
- 5.2 includes/coder_comment.inc \_coder_comment_invalid_file_block()
- 6.2 includes/coder_comment.inc \_coder_comment_invalid_file_block()
1 string reference to '_coder_comment_invalid_file_block'
- coder_comment_reviews in includes/
coder_comment.inc - Implementation of hook_reviews().
File
- includes/
coder_comment.inc, line 149 - This include file implements coder functionality for comments.
Code
function _coder_comment_invalid_file_block() {
return array(
'#warning' => t('@' . 'file description should be on the following line'),
'#link' => 'http://drupal.org/node/1354#files',
);
}