You are here

function _coder_47_node_tablesort_pager_warning in Coder 6.2

Same name and namespace in other branches
  1. 5.2 includes/coder_47.inc \_coder_47_node_tablesort_pager_warning()
  2. 5 includes/coder_47.inc \_coder_47_node_tablesort_pager_warning()
  3. 6 includes/coder_47.inc \_coder_47_node_tablesort_pager_warning()

File

includes/coder_47.inc, line 222
This include file implements coder functionality for 4.6 -> 4.7 upgrades.

Code

function _coder_47_node_tablesort_pager_warning() {
  return t('!tablesort_pager() was removed', array(
    '!tablesort_pager' => theme('drupalapi', 'tablesort_pager', '4.6'),
  ));
}