Skip to content

Commit 972e6a9

Browse files
Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core.
1 parent ee60a20 commit 972e6a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Drupal 7.28, xxxx-xx-xx (development version)
33
-----------------------
4+
- Made the pager on the Tracker module listing pages show the same number of
5+
items as other pagers throughout Drupal core (minor UI change).
46
- Fixed a bug which caused caches not to be properly cleared when a file entity
57
was saved or deleted.
68
- Added several missing countries to the default list returned by

modules/tracker/tracker.pages.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function tracker_page($account = NULL, $set_title = FALSE) {
120120
);
121121
$page['pager'] = array(
122122
'#theme' => 'pager',
123-
'#quantity' => 25,
124123
'#weight' => 10,
125124
);
126125
$page['#sorted'] = TRUE;

0 commit comments

Comments
 (0)