Closed (fixed)
Project:
Clean Pagination
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2012 at 19:50 UTC
Updated:
25 Sep 2015 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
j_ten_man commentedCommitted to latest dev. It'll go out with the next release.
Comment #2
villette commentedI don't think this is how the theme registry works, if you look at the documentation of hook_theme on drupal.org, you'll se that the attribute "function" is not an array but a callback:
Therefore, i would suggest to correct this line to:
if ($theme_registry['pager_link']['function'] == 'theme_pager_link') {Comment #3
villette commentedHere is a path to apply to the latest dev version.
Comment #4
j_ten_man commentedThanks. Just committed the fix.
Comment #5
btopro commentedthis already in dev, marking closed / version since it's in VC already