_coder_review_7x_http_header_functions_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1569
<?php
function _coder_review_7x_http_header_functions_warning() {
return array(
'#warning' => t('Parameters to !drupal_set_header() have changed.',
array(
'!drupal_set_header()' => theme('drupalapi', 'drupal_set_header', 7),
)
),
'#link' => 'http://drupal.org/node/224333#http_header_functions',
);
}
?>