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