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