_coder_review_47_format_name_warning

Versions
mediamosa-21
_coder_review_47_format_name_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_47.inc, line 148

<?php
function _coder_review_47_format_name_warning() {
  return t('!format_name() was renamed to !theme_username()',
    array(
      '!format_name' => theme('drupalapi', 'format_name', '4.6'),
      '!theme_username' => theme('drupalapi', 'theme_username'),
    )
  );
}
?>