Closed (fixed)
Project:
Custom Pagers
Version:
6.x-1.10-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 16:30 UTC
Updated:
31 Jan 2010 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren ohFunction also needs to be renamed because it is the default preprocessor.
Comment #2
plachIs the current value a new best practice for this? Also CCK is currently following the
moduleName_preprocess_hookpattern but about thetemplate_preprocess_hookpattern the theming guide says: "The module or core file that implements the theming hook supplies this."The HTML entities are escaped by l(), we need to pass it a
'html' => TRUEhere. I'd leave this bit of code alone.Rerolled the patch without it.
Aside from these RTBC.
Powered by Dreditor.
Comment #3
plachoops, wrong patch
Comment #4
eaton commentedPatch applied, thanks for the fix.