You are here

function _coder_comment_missing_file_block in Coder 6.2

Same name and namespace in other branches
  1. 5.2 includes/coder_comment.inc \_coder_comment_missing_file_block()
  2. 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 128
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',
  );
}