Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core.
parent
ddc0b0b878
commit
f923acdb79
|
@ -144,7 +144,6 @@ function tracker_page($account = NULL) {
|
||||||
);
|
);
|
||||||
$page['pager'] = array(
|
$page['pager'] = array(
|
||||||
'#theme' => 'pager',
|
'#theme' => 'pager',
|
||||||
'#quantity' => 25,
|
|
||||||
'#weight' => 10,
|
'#weight' => 10,
|
||||||
);
|
);
|
||||||
$page['#sorted'] = TRUE;
|
$page['#sorted'] = TRUE;
|
||||||
|
|
Loading…
Reference in New Issue