Support from Acquia helps fund testing for Drupal Acquia logo

Comments

duellj’s picture

Status: Active » Needs review
FileSize
778 bytes

Small patch :) and test function:


function example_theme_pager() {
  $pager = theme('pager', $tags, $limit, $element, $parameters, $quantity);
  $pager = theme('pager', $tags, $limit, $element, $parameters);
  $pager = theme('pager', $tags, $limit, $element);
  $pager = theme('pager', $tags, $limit);
  $pager = theme('pager', $tags);
  $pager = theme('pager', array(), 100, 0, array(), 200);
  $pager = theme('pager');
}

solotandem’s picture

Assigned: Unassigned » solotandem
Status: Needs review » Fixed

Patch committed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.