Posted by Ralf on February 28, 2009 at 2:54pm
| Project: | Term Display |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The patch improves the legibility of the code.
| Attachment | Size |
|---|---|
| term-display-code-improvement.patch | 2.28 KB |
Comments
#1
Good catch on the foreach spacing!
But code style for 6.x is one space each side of a . operator.
Any particular reason you're moving hook_theme lower down? I can't tell just from looking at the patch. You putting it immediately above the theme functions?
#2
Fixed code style and moved hook_theme and theme functions to the top.
#3
#4
Thanks, please go ahead and apply.
#5
Committed to HEAD.
#6
Moved theme functions to the top and removed whitespaces.
#7
Thanks.
It makes sense to keep D5 parallel to HEAD for ease in backporting.
#8
Committed to D5.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.