_coder_review_5x_theme_add_style_warning()sites/all/modules/coder/coder_review/includes/coder_review_5x.inc, line 160
<?php
function _coder_review_5x_theme_add_style_warning() {
return t('Replace !theme_add_style() with !drupal_add_css()',
array(
'!theme_add_style' => theme('drupalapi', 'theme_add_style', '4.7'),
'!drupal_add_css' => theme('drupalapi', 'drupal_add_css', '5'),
)
);
}
?>