_coder_review_7x_hook_footer_warning

Versions
mediamosa-21
_coder_review_7x_hook_footer_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1606

<?php
function _coder_review_7x_hook_footer_warning() {
  return array(
    '#warning' => t('!hook_footer() and !theme_closure() were removed.',
      array(
        '!hook_footer()' => theme('drupalapi', 'hook_footer', 6),
        '!theme_closure()' => theme('drupalapi', 'theme_closure', 6),
      )
    ),
    '#link' => 'http://drupal.org/node/224333#hook_footer',
  );
}
?>