_coder_review_7x_module_rebuild_cache_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1521
<?php
function _coder_review_7x_module_rebuild_cache_warning() {
return array(
'#warning' => t('!module_rebuild_cache() has been renamed to !system_get_module_data().',
array(
'!module_rebuild_cache()' => theme('drupalapi', 'module_rebuild_cache', 6),
'!system_get_module_data()' => theme('drupalapi', 'system_get_module_data', 7),
)
),
'#link' => 'http://drupal.org/node/224333#system_get_module_data',
);
}
?>