_coder_review_7x_drupal_http_request_parameters_warning

Versions
mediamosa-21
_coder_review_7x_drupal_http_request_parameters_warning()

Code

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',
  );
}
?>