_coder_review_47_module_get_name_warning()sites/all/modules/coder/coder_review/includes/coder_review_47.inc, line 139
<?php
function _coder_review_47_module_get_name_warning() {
return t('!module_get_node_name() deprecated and now handled by !node_get_base().',
array(
'!module_get_node_name' => theme('drupalapi', 'module_get_node_name', '4.6'),
'!node_get_base' => theme('drupalapi', 'node_get_base'),
)
);
}
?>