_coder_review_6x_remote_addr_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 721
<?php
function _coder_review_6x_remote_addr_warning() {
return array(
'#warning' => t('Use new !ip_address() function instead of $_SERVER[\'REMOTE_ADDR\']',
array(
'!ip_address' => theme('drupalapi', 'ip_address', '6'),
)
),
'#link' => 'http://drupal.org/node/114774#ip-address',
);
}
?>